|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.chord.message.NodeMessage
public class NodeMessage
Chord uses this message to inform to another one any NodeHandle that it is required.
Constructor Summary | |
---|---|
NodeMessage(NodeHandle handle)
Shows the NodeHandle to send with this message. |
Method Summary | |
---|---|
NodeHandle |
getNode()
|
void |
setNode(NodeHandle handle)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeMessage(NodeHandle handle)
handle
- NodeHandle to send.Method Detail |
---|
public NodeHandle getNode()
public void setNode(NodeHandle handle)
handle
- The NodeHandle to set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |