ClientTransport

Class

Declaration

class com.tibco.tibrv.config.ClientTransport
  extends java.lang.Object

Purpose

Represent a client transport of a Rendezvous communications daemon.

Remarks

The method RvdProxy.getClientTransports() returns an array of objects of this class.

Method

Description

ClientTransport.getDescription()

Get the description string of the transport.

ClientTransport.getDetails()

Get detailed information about the client transport.

ClientTransport.getIdentifier()

Get the globally unique identifier for the transport object.

ClientTransport.getService()

Get the UDP service on which the transport communicates.

ClientTransport.getSubscriptions()

Get the subscriptions that this transport has registered with the daemon.

ClientTransport.getUsername()

Get the user name of the transport’s program.

ClientTransport.toXml()

Format the client transport information as an XML document.

See Also

RvdProxy.getClientTransports()

For the corresponding browser page, see Clients in TIBCO Rendezvous Administration