|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.PendingLocalNodesList
Class which stores a list of LocalNodes waiting to have their local pastry node to be set non-null.
Constructor Summary | |
PendingLocalNodesList()
|
Method Summary | |
void |
addPending(java.io.ObjectInputStream in,
LocalNodeI client)
Adds a pending LocalNode to the list of pending LocalNodes. |
void |
setPending(java.io.ObjectInputStream in,
PastryNode node)
Sets all of the pending local nodes read in by the given input stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PendingLocalNodesList()
Method Detail |
public void addPending(java.io.ObjectInputStream in, LocalNodeI client)
in
- The input stream reading the LocalNodeclient
- The LocalNodeI itselfpublic void setPending(java.io.ObjectInputStream in, PastryNode node)
in
- The input stream reading the LocalNodesnode
- The local pastry node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |