|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.join.InitiateJoin
Request for the join protocols on the local node to join the overlay.
Field Summary |
Fields inherited from class rice.pastry.messaging.Message |
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
InitiateJoin(Credentials cred,
java.util.Date stamp,
NodeHandle nh)
Constructor. |
|
InitiateJoin(Credentials cred,
NodeHandle nh)
Constructor. |
|
InitiateJoin(java.util.Date stamp,
NodeHandle nh)
Constructor. |
|
InitiateJoin(NodeHandle nh)
Constructor. |
Method Summary | |
NodeHandle |
getHandle()
Gets the handle for the join. |
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitiateJoin(NodeHandle nh)
nh
- the node handle that the join will begin from.public InitiateJoin(java.util.Date stamp, NodeHandle nh)
stamp
- the timestampnh
- the node handle that the join will begin from.public InitiateJoin(Credentials cred, NodeHandle nh)
cred
- the credentialsnh
- the node handle that the join will begin from.public InitiateJoin(Credentials cred, java.util.Date stamp, NodeHandle nh)
cred
- the credentialsstamp
- the timestampnh
- the node handle that the join will begin from.Method Detail |
public NodeHandle getHandle()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |