RvrdInformation

Class

Declaration

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

Purpose

Encapsulate general information from Rendezvous routing daemons.

Method

Description

RvrdInformation.getRoutingNamesCount()

Extract the number of routing names that the daemon embodies.

RvrdInformation.getStoreFilePath()

Extract the file name of the daemon’s store file.

Inherited Methods

RvdInformation.getClientPort()

RvdInformation.getNetworkServicesCount()

RvdInformation.getUsername()

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

RvsrdInformation

Superclasses

ComponentInformation

RvdInformation

See Also

Read-Only Objects

DaemonProxy.getComponentInformation()