RvcacheNetworkParams

Class

Declaration

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

Purpose

Encapsulate network parameters from Rendezvous recent value caches.

Constant

Description

RvcacheNetworkParams.UNSPECIFIED

No value is set for the parameter.

Method

Description

RvcacheNetworkParams.getAsMap()

Format the network parameters as a map.

RvcacheNetworkParams.getDaemon()

Extract the daemon parameter.

RvcacheNetworkParams.getNetwork()

Extract the network parameter.

RvcacheNetworkParams.getService()

Extract the service parameter.

Remarks

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

See Also

Read-Only Objects