| |
|
| java.lang.Object org.apache.harmony.rmi.activation.NodeInfo
NodeInfo | public class NodeInfo (Code) | | Holds the ID of the node object and its state.
author: Victor A. Martynov version: $Revision: 1.1.2.3 $ |
Constructor Summary | |
public | NodeInfo(Object id) Creates NodeInfo object with given ID and "registered" state. |
NodeInfo | public NodeInfo(Object id)(Code) | | Creates NodeInfo object with given ID and "registered" state.
Parameters: id - ActivationGroupID or ActivationID . |
active | public void active()(Code) | | Sets the state of this node to "active".
|
inactive | public void inactive()(Code) | | Sets the state of this node to "inactive".
|
toString | public String toString()(Code) | | String representation of this node consisting of its ID and state. |
|
|
|