Host

Class

Declaration

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

Purpose

Represent the host computer of a Rendezvous communications daemon.

Remarks

Objects of this class always represent a host computer other than the host computer of the daemon. That is, they represent computers with which this daemon communicates.

The method Service.getHosts() return objects of this class.

Method

Description

Host.getHostname()

Get the hostname of the computer that this object represents.

Host.getHttpAddress()

Get the address where the host computer listens for HTTP (browser interface) connections.

Host.getIpAddress()

Get the IP address of the computer.

Host.getUptime()

Get the elapsed time that the daemon has been using the UDP service.

Host.getVersion()

Get the version of the Rendezvous daemon running on a host.

Host.toXml()

Format the host computer information as an XML document.

See Also

Service.getHosts()

For the corresponding browser page, see Host List in TIBCO Rendezvous Administration