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