|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.leafset.RequestLeafSet
Request a leaf set from another node.
Constructor Summary | |
RequestLeafSet(Credentials cred,
java.util.Date stamp,
NodeHandle nh)
Constructor. |
|
RequestLeafSet(Credentials cred,
NodeHandle nh)
Constructor. |
|
RequestLeafSet(java.util.Date stamp,
NodeHandle nh)
Constructor. |
|
RequestLeafSet(NodeHandle nh)
Constructor. |
Method Summary | |
NodeHandle |
returnHandle()
The return handle for the message |
java.lang.String |
toString()
|
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestLeafSet(NodeHandle nh)
nh
- the return handle.public RequestLeafSet(Credentials cred, NodeHandle nh)
cred
- the credentials.nh
- the return handle.public RequestLeafSet(java.util.Date stamp, NodeHandle nh)
stamp
- the timestampnh
- the return handlepublic RequestLeafSet(Credentials cred, java.util.Date stamp, NodeHandle nh)
cred
- the credentials.stamp
- the timestampnh
- the return handle.Method Detail |
public NodeHandle returnHandle()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |