|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object implementing this interface provides services for storing and retreiving ProActive nodes. These ressources are used for recovering failed active objects. This server is an RMI object.
Method Summary | |
void |
addFreeNode(Node n)
Add a new node usable for recovery. |
Node |
getFreeNode()
Return the next available node for recovery |
void |
initialize()
Reinit the state of the resource server. |
Method Detail |
public void addFreeNode(Node n) throws java.rmi.RemoteException
n
- the node to add
java.rmi.RemoteException
public Node getFreeNode() throws java.rmi.RemoteException
java.rmi.RemoteException
public void initialize() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |