|
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 |
---|
Field Summary | |
---|---|
protected static short |
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 |
---|
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. |
short |
getType()
Raw Serialization |
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, 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 |
Field Detail |
---|
protected static final short TYPE
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 short getType()
LookupMessage
getType
in interface RawMessage
getType
in class LookupMessage
public void serialize(OutputBuffer buf) throws java.io.IOException
ContinuationMessage
serialize
in interface RawMessage
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 |