RvcacheProxy.changeState()

Method

Declaration

RvcacheProxy changeState(
    int  state)
  throws ConfigurationException
RvcacheProxy changeState()
  throws ConfigurationException

Purpose

Change the state of an rvcache process.

Remarks

The first method changes to the state that the argument specifies. The second method toggles the current state.

These methods return the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

state

Change to this state.

Supply one of two constants; either RvcacheProxy.IDLE_STATE or RvcacheProxy.RUNNING_STATE.

See Also

RvcacheProxy

For background information, see Browser Administration Interface in TIBCO Rendezvous Administration.