|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Observable
|
+--rice.p2p.commonapi.NodeHandle
|
+--rice.pastry.NodeHandle
|
+--rice.pastry.direct.DirectNodeHandle
the node handle used with the direct network
| Field Summary |
| Fields inherited from class rice.pastry.NodeHandle |
localnode |
| Fields inherited from class rice.p2p.commonapi.NodeHandle |
DECLARED_DEAD, DECLARED_LIVE, PROXIMITY_CHANGED |
| Fields inherited from interface rice.pastry.LocalNodeI |
pending |
| Constructor Summary | |
DirectNodeHandle(rice.pastry.PastryNode ln,
rice.pastry.PastryNode rn,
rice.pastry.direct.NetworkSimulator sim)
Constructor for DirectNodeHandle. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Equivalence relation for nodehandles. |
rice.pastry.NodeId |
getNodeId()
Gets the NodeId attribute of the DirectNodeHandle object |
rice.pastry.PastryNode |
getRemote()
Gets the Remote attribute of the DirectNodeHandle object |
rice.pastry.direct.NetworkSimulator |
getSimulator()
Gets the Simulator attribute of the DirectNodeHandle object |
int |
hashCode()
Hash codes for node handles.It is the hashcode of their corresponding NodeId's. |
boolean |
isAlive()
Gets the Alive attribute of the DirectNodeHandle object |
void |
notifyObservers(java.lang.Object arg)
DESCRIBE THE METHOD |
boolean |
ping()
DESCRIBE THE METHOD |
int |
proximity()
DESCRIBE THE METHOD |
void |
receiveMessage(rice.pastry.messaging.Message msg)
DESCRIBE THE METHOD |
java.lang.String |
toString()
DESCRIBE THE METHOD |
| Methods inherited from class rice.pastry.NodeHandle |
afterSetLocalNode, assertLocalNode, getId, getLocalNode, setLocalNode |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DirectNodeHandle(rice.pastry.PastryNode ln,
rice.pastry.PastryNode rn,
rice.pastry.direct.NetworkSimulator sim)
ln - The local pastry nodern - The remote pastry nodesim - The current network simulator| Method Detail |
public rice.pastry.PastryNode getRemote()
public rice.pastry.NodeId getNodeId()
getNodeId in class NodeHandlepublic boolean isAlive()
isAlive in class NodeHandlepublic rice.pastry.direct.NetworkSimulator getSimulator()
public void notifyObservers(java.lang.Object arg)
notifyObservers in class java.util.Observablearg - DESCRIBE THE PARAMETERpublic boolean ping()
ping in class NodeHandlepublic int proximity()
proximity in class NodeHandlepublic void receiveMessage(rice.pastry.messaging.Message msg)
msg - DESCRIBE THE PARAMETERpublic boolean equals(java.lang.Object obj)
equals in class NodeHandleobj - the other nodehandle .
public int hashCode()
hashCode in class NodeHandlepublic java.lang.String toString()
toString in class java.lang.Object
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||