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

TibrvTransport.createInbox()

TibrvTransport.isValid()

TibrvTransport.send()

TibrvTransport.sendReply()

TibrvTransport.sendRequest()

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.toString (override)

java.lang.Object.wait

Related Classes

TibrvTransport

TibrvNetTransport

See Also

Tibrv.processTransport()