TibrvProcessTransport
Class
Declaration
final class com.tibco.tibrv.TibrvProcessTransport
extends TibrvTransport
Purpose
The intra-process transport delivers messages among the threads of a program.
Remarks
The intra-process transport does not access the network.
The call Tibrv.open() automatically creates the intra-process transport; Tibrv.close() automatically destroys it; Tibrv.processTransport() extracts it from the Rendezvous environment. Programs cannot create additional instances of this class, and cannot destroy the intra-process transport.
Inherited Methods |
|