RvdInformation

Class

Declaration

class com.tibco.tibrv.config.RvdInformation
  extends ComponentInformation

Purpose

Encapsulate general information from Rendezvous communications daemons.

Method

Description

RvdInformation.getClientPort()

Extract the TCP port where the daemon listens for client connections.

RvdInformation.getNetworkServicesCount()

Extract the number of network services on which this daemon’s clients communicate.

RvdInformation.getUsername()

Extract the login name of the user that started the component process.

Inherited Methods

ComponentInformation.getAsMap()

ComponentInformation.getHostname()

ComponentInformation.getIpAddress()

ComponentInformation.getName()

ComponentInformation.getVersion()

Remarks

Instances of this class are read-only objects. Methods do not interact with the component.

DaemonProxy.getComponentInformation() can return instances of this class.

Subclasses

RvsdInformation

RvrdInformation

Superclasses

ComponentInformation

See Also

Read-Only Objects

DaemonProxy.getComponentInformation()