TibrvProcessTransport
Class
Declaration
class TibrvProcessTransport
: public TibrvTransport
Purpose
The intra-process transport delivers messages among the threads of a program.
Remarks
The intra-process transport does not access the network.
This class does not introduce any new methods.
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 |