|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.messaging.Message rice.pastry.join.InitiateJoin
public class 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. |
|
InitiateJoin(NodeHandle[] nh)
|
Method Summary | |
---|---|
NodeHandle |
getHandle()
Gets the handle for the join. |
Methods inherited from class rice.pastry.messaging.Message |
---|
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, 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(NodeHandle[] nh)
public InitiateJoin(java.util.Date stamp, NodeHandle[] nh)
jh
- a handle of the node trying to join the network.stamp
- the timestampnh
- the node handle that the join will begin from.public InitiateJoin(Credentials cred, NodeHandle[] nh)
jh
- a handle of the node trying to join the network.cred
- the credentialsnh
- the node handle that the join will begin from.public InitiateJoin(Credentials cred, java.util.Date stamp, NodeHandle[] nh)
jh
- a handle of the node trying to join the network.cred
- the credentialsstamp
- the timestampnh
- the node handle that the join will begin from.Method Detail |
---|
public NodeHandle getHandle()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |