|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PastMessage | |
---|---|
rice.p2p.past | |
rice.p2p.past.gc.messaging | |
rice.p2p.past.messaging | |
rice.tutorial.rawserialization2 |
Uses of PastMessage in rice.p2p.past |
---|
Methods in rice.p2p.past that return PastMessage | |
---|---|
PastMessage |
PastImpl.MessageBuilder.buildMessage()
|
Methods in rice.p2p.past with parameters of type PastMessage | |
---|---|
protected Continuation |
PastImpl.getFetchResponseContinuation(PastMessage msg)
Do like above, but use a socket |
protected Continuation |
PastImpl.getResponseContinuation(PastMessage msg)
Returns a continuation which will respond to the given message. |
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(Id id,
PastMessage message,
NodeHandle hint,
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. |
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
|
Uses of PastMessage in rice.tutorial.rawserialization2 |
---|
Subclasses of PastMessage in rice.tutorial.rawserialization2 | |
---|---|
class |
MyMsg
An example message. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |