|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.chord.message.SuccListMessage
Constructor Summary | |
SuccListMessage()
Build the message with an empty Vector with initial size equals to successor list size specified on context. |
|
SuccListMessage(java.util.Vector succs)
Build the message with the Vector succs as initial value. |
Method Summary | |
java.util.Vector |
getSuccs()
|
void |
setSuccs(java.util.Vector succs)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SuccListMessage()
public SuccListMessage(java.util.Vector succs)
succs
- Initial value for this message.Method Detail |
public java.util.Vector getSuccs()
public void setSuccs(java.util.Vector succs)
succs
- The succs 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 |