RvcacheProxy.changeState()
Method
Declaration
RvcacheProxychangeState
(
int state)
throws ConfigurationException
RvcacheProxychangeState
()
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 |
|
Change to this state. Supply one of two constants; either RvcacheProxy.IDLE_STATE or RvcacheProxy.RUNNING_STATE. |
See Also
For background information, see Browser Administration Interface in
.