ComponentInformation

Class

Declaration

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

Purpose

Encapsulate general information from Rendezvous components.

Method

Description

ComponentInformation.getAsMap()

Format the component information as a map.

ComponentInformation.getHostname()

Extract the name of the host computer where the component is running.

ComponentInformation.getIpAddress()

Extract the IP address of the host computer where the component is running.

ComponentInformation.getName()

Extract the component name.

ComponentInformation.getProcessID()

Extract the process ID.

ComponentInformation.getVersion()

Extract the version number of the component (as a string).

Remarks

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

DaemonProxy.getComponentInformation() returns objects of this class.

Subclasses

RvcacheInformation

RvdInformation

RvrdInformation

RvsdInformation

RvsrdInformation

See Also

Read-Only Objects

DaemonProxy.getComponentInformation()