|
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.routing.RequestRouteRow
public class RequestRouteRow
Request a row from the routing table from another node.
Field Summary |
---|
Fields inherited from class rice.pastry.messaging.Message |
---|
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
---|---|
RequestRouteRow(Credentials cred,
java.util.Date stamp,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(Credentials cred,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(java.util.Date stamp,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(NodeHandle nh,
int r)
Constructor. |
Method Summary | |
---|---|
int |
getRow()
Gets the row that made the request. |
NodeHandle |
returnHandle()
The return handle for the message |
java.lang.String |
toString()
|
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, wait, wait, wait |
Constructor Detail |
---|
public RequestRouteRow(NodeHandle nh, int r)
nh
- the return handle.r
- which rowpublic RequestRouteRow(Credentials cred, NodeHandle nh, int r)
cred
- the credentials.nh
- the return handle.r
- which rowpublic RequestRouteRow(java.util.Date stamp, NodeHandle nh, int r)
stamp
- the timestampnh
- the return handler
- which rowpublic RequestRouteRow(Credentials cred, java.util.Date stamp, NodeHandle nh, int r)
cred
- the credentials.stamp
- the timestampnh
- the return handle.r
- which rowMethod Detail |
---|
public NodeHandle returnHandle()
public int getRow()
public java.lang.String toString()
toString
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |