|
Rice Pastry 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.LookupMessage rice.tutorial.rawserialization2.MyMsg
public class MyMsg
An example message.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface rice.Continuation |
---|
Continuation.ErrorContinuation<R,E extends java.lang.Exception>, Continuation.ExternalContinuation<R,E extends java.lang.Exception>, Continuation.ExternalContinuationRunnable<R,E extends java.lang.Exception>, Continuation.ExternalRunnable, Continuation.ListenerContinuation<R,E extends java.lang.Exception>, Continuation.MultiContinuation, Continuation.NamedContinuation, Continuation.SimpleContinuation, Continuation.StandardContinuation<R,E extends java.lang.Exception> |
Field Summary |
---|
Fields inherited from class rice.p2p.past.messaging.LookupMessage |
---|
TYPE |
Fields inherited from class rice.p2p.past.messaging.ContinuationMessage |
---|
exception, response, S_EMPTY, S_JAVA_EXCEPTION, S_JAVA_RESPONSE, S_SUB, serType |
Fields inherited from class rice.p2p.past.messaging.PastMessage |
---|
dest, isResponse, source |
Fields inherited from interface rice.p2p.commonapi.Message |
---|
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, LOWEST_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
Constructor Summary | |
---|---|
MyMsg(NodeHandle from,
Id to)
Constructor. |
Method Summary | |
---|---|
int |
getPriority()
Use low priority to prevent interference with overlay maintenance traffic. |
void |
serialize(OutputBuffer buf)
Deprecated to cause warnings. |
java.lang.String |
toString()
Returns a string representation of this message |
Methods inherited from class rice.p2p.past.messaging.LookupMessage |
---|
addHop, build, getId, getPreviousNodeHandle, getType, isCached, setCached |
Methods inherited from class rice.p2p.past.messaging.ContinuationMessage |
---|
deserialize, getResponse, receiveException, receiveResult, returnResponse, serialize |
Methods inherited from class rice.p2p.past.messaging.PastMessage |
---|
getDestination, getSource, getUID, isResponse, setResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MyMsg(NodeHandle from, Id to)
Method Detail |
---|
public java.lang.String toString()
LookupMessage
toString
in class LookupMessage
public int getPriority()
getPriority
in interface Message
getPriority
in class PastMessage
public void serialize(OutputBuffer buf) throws java.io.IOException
ContinuationMessage
serialize
in interface RawSerializable
serialize
in class LookupMessage
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |