|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PastMessage | |
rice.p2p.past | |
rice.p2p.past.gc.messaging | |
rice.p2p.past.messaging |
Uses of PastMessage in rice.p2p.past |
Methods in rice.p2p.past that return PastMessage | |
PastMessage |
PastImpl.MessageBuilder.buildMessage()
DESCRIBE THE METHOD |
Methods in rice.p2p.past with parameters of type PastMessage | |
protected Continuation |
PastImpl.getResponseContinuation(PastMessage msg)
Returns a continuation which will respond to the given message. |
protected Continuation |
PastImpl.getFetchResponseContinuation(PastMessage msg)
Do like above, but use a socket |
protected void |
PastImpl.sendRequest(Id id,
PastMessage message,
Continuation command)
Sends a request message across the wire, and stores the appropriate continuation. |
protected void |
PastImpl.sendRequest(NodeHandle handle,
PastMessage message,
Continuation command)
Sends a request message across the wire, and stores the appropriate continuation. |
protected void |
PastImpl.sendRequest(Id id,
PastMessage message,
NodeHandle hint,
Continuation command)
Sends a request message across the wire, and stores the appropriate continuation. |
Uses of PastMessage in rice.p2p.past.gc.messaging |
Subclasses of PastMessage in rice.p2p.past.gc.messaging | |
class |
GCCollectMessage
|
class |
GCInsertMessage
|
class |
GCLookupHandlesMessage
|
class |
GCRefreshMessage
|
Uses of PastMessage in rice.p2p.past.messaging |
Subclasses of PastMessage in rice.p2p.past.messaging | |
class |
CacheMessage
|
class |
ContinuationMessage
|
class |
FetchHandleMessage
|
class |
FetchMessage
|
class |
InsertMessage
|
class |
LookupHandlesMessage
|
class |
LookupMessage
|
class |
MessageLostMessage
|
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |