Service

Class

Declaration

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

Purpose

Represent a UDP service of a Rendezvous communications daemon.

Remarks

This object represents a communications daemon’s activity on a specific network service—that is, a physical network combined with a UDP service.

The method RvdProxy.getServices() returns objects of this class.

Method

Description

Service.getClientCount()

Get the number of client transports that use this service.

Service.getClientTransports()

Get the client transports that use this service.

Service.getDetails()

Get detailed information about the network service.

Service.getHostCount()

Get the number of other host computers with daemons that communicate on this network and service.

Service.getHosts()

Get the other host computers with daemons that communicate on this network and service.

Service.getInboundRates()

Get recent statistics about inbound data on this service.

Service.getInboundTotals()

Get cumulative statistics about inbound data.

Service.getNetwork()

Get the network number.

Service.getOutboundRates()

Get recent statistics about outbound data on this service.

Service.getOutboundTotals()

Get cumulative statistics about outbound data.

Service.getPortNumber()

Get the UDP service number.

Service.getSubscriptions()

Get the client subscriptions registered with this daemon on the network service.

See Also

RvdProxy.getServices()

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