NetworkServicePair

Class

Declaration

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

Purpose

Represent an network and service pair in a daemon component.

Remarks

The method SecureDaemonProxy.getNetworksAndServices() and related methods return objects of this class.

Constant

Description

NetworkServicePair.UNSPECIFIED

No value is set for this parameter.

Method

Description

NetworkServicePair.getNetwork()

Get the network.

NetworkServicePair.getService()

Get the UDP service.

NetworkServicePair.toXml()

Format the network and service pair as an XML document.

Inherited Methods

java.lang.Object.equals()

java.lang.Object.getClass()

java.lang.Object.hashCode()

java.lang.Object.notify()

java.lang.Object.notifyAll()

java.lang.Object.toString() override

java.lang.Object.wait()

See Also

SecureDaemonProxy.getDefaultNetworkAndService()

SecureDaemonProxy.getNetworksAndServices()

For the corresponding browser pages, see Authorize Network and Service Pairs in TIBCO Rendezvous Administration

For background information, see Limiting Access in TIBCO Rendezvous Administration.