|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.past.messaging.PastMessage rice.p2p.past.messaging.ContinuationMessage rice.p2p.past.messaging.LookupHandlesMessage rice.p2p.past.gc.messaging.GCLookupHandlesMessage
public class GCLookupHandlesMessage
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class rice.p2p.past.messaging.ContinuationMessage |
---|
exception, response |
Fields inherited from class rice.p2p.past.messaging.PastMessage |
---|
dest, isResponse, source |
Fields inherited from interface rice.p2p.commonapi.Message |
---|
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
Constructor Summary | |
---|---|
GCLookupHandlesMessage(int uid,
Id id,
NodeHandle source,
Id dest)
Constructor |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this message |
Methods inherited from class rice.p2p.past.messaging.LookupHandlesMessage |
---|
getId, getMax |
Methods inherited from class rice.p2p.past.messaging.ContinuationMessage |
---|
getResponse, receiveException, receiveResult, returnResponse |
Methods inherited from class rice.p2p.past.messaging.PastMessage |
---|
addHop, getDestination, getPriority, getSource, getUID, isResponse, setResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCLookupHandlesMessage(int uid, Id id, NodeHandle source, Id dest)
uid
- The unique idid
- The location to be storedsource
- The source addressdest
- The destination addressMethod Detail |
---|
public java.lang.String toString()
toString
in class LookupHandlesMessage
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |