TibrvRvdTransport
Class
Declaration
class com.tibco.tibrv.TibrvRvdTransport
extends TibrvNetTransport
Purpose
Deliver network messages through a Rendezvous daemon.
Remarks
TibrvRvdTransport must operate in an Tibrv.IMPL_NATIVE environment (that is, it requires the JNI library). To determine the implementation, see Tibrv.isNativeImpl().
Programs must explicitly destroy instances of this class. Rendezvous software keeps internal references to these objects, so the Java garbage collector does not delete them automatically.
Constant |
Description |
|
Unless you specify another port when creating the transport, TibrvRvdTransport connects to the Rendezvous daemon through this default TCP port ( |
|
Default batch behavior. The transport transmits outbound messages to This value is the initial default for all transports. |
|
Timer batch behavior. The transport accumulates outbound messages, and transmits them to |
Inherited Methods |
|