RvcacheProxy

Interface

Declaration

interface com.tibco.tibrv.config.RvcacheProxy
  extends DaemonProxy

Purpose

Define methods for a Rendezvous cache process.

Constant

Description

RvcacheProxy.DEFAULT_ACTIVATION

These three constants represent default values for rvcache fault tolerance parameters. You may supply them to RvcacheProxy.setFaultToleranceParams().

RvcacheProxy.DEFAULT_HEARTBEAT

RvcacheProxy.DEFAULT_WEIGHT

RvcacheProxy.IDLE_STATE

Represent the idle state of rvcache.

Supply this constant to RvcacheProxy.changeState().

RvcacheProxy.RUNNING_STATE

Represent the running state of rvcache.

Supply this constant to RvcacheProxy.changeState().

RvcacheProxy.UNSPECIFIED

Represent a parameter that is not currently specified in rvcache.

Method

Description

RvcacheProxy.addSubjectMerge()

RvcacheProxy.addSubjectsMerge()

Add a subject with merge semantics.

RvcacheProxy.addSubjectReplace()

RvcacheProxy.addSubjectsReplace()

Add a subject with replace semantics.

RvcacheProxy.changeState()

Change the state of an rvcache process.

RvcacheProxy.disableFaultTolerance()

Disable fault tolerance machinery.

RvcacheProxy.getCachedSubjects()

Get subjects that this process caches

RvcacheProxy.getFaultToleranceParams()

Get fault tolerance parameters.

RvcacheProxy.getNetworkParams()

Get transport parameters.

RvcacheProxy.isRunning()

Determine the state of rvcache—running or idle.

RvcacheProxy.removeSubject()

RvcacheProxy.removeSubjects()

Remove a subject from the cache.

RvcacheProxy.setFaultToleranceParams()

Enable fault tolerance machinery, and set its parameters.

RvcacheProxy.setNetworkParams()

Set transport parameters.

Inherited Methods

DaemonProxy.getComponentName()

DaemonProxy.getComponentInformation()

XmlSerializable.printXml()

XmlSerializable.toXml()

Components

The component rvcache supports this interface.

See Also

For information about the parameters that this interface can access, see these sections:

Current Value Cache in TIBCO Rendezvous Administration
Browser Administration Interface in TIBCO Rendezvous Administration