Tibrv

Class

Declaration

class com.tibco.tibrv.Tibrv.Tibrv
  extends java.lang.Object

Purpose

The Rendezvous environment.

Remarks

Programs do not create instances of Tibrv. Instead, programs use its static methods to open and close the Rendezvous environment. Private constants and variables contain references to Rendezvous resources.

For a list of constants that this class defines, see Implementations.

Method

Description

Environment Life Cycle and Properties

Tibrv.open()

Start Rendezvous internal machinery.

Tibrv.close()

Stop and destroy Rendezvous internal machinery.

Tibrv.getVersion()

Return the version string or one of its components.

Tibrv.isValid()

Determine whether the Rendezvous machinery is open.

Tibrv.isNativeImpl()

Discriminate between native (JNI) implementation and Java implementation.

Utility Objects

Tibrv.defaultQueue()

Extract the default queue object.

Tibrv.processTransport()

Extract the intra-process transport object.

Asynchronous Errors

Tibrv.getErrorCallback()

Extract the callback object that processes asynchronous errors.

Tibrv.setErrorCallback()

Set the callback for processing asynchronous errors.

IPM

Tibrv.isIPM()

Test whether the IPM library is loaded.

Tibrv.setRVParameters()

Set TIBCO Rendezvous daemon command line parameters for IPM.

Inherited Methods

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.toString

java.lang.Object.wait