|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.routing.RequestRouteRow
Request a row from the routing table from another node.
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, 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 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |