|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.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
DESCRIBE THE FIELD |
| 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, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
| Constructor Summary | |
|---|---|
MyMsg(NodeHandle from,
Id to)
Constructor. |
|
| Method Summary | |
|---|---|
byte |
getPriority()
Use low priority to prevent interference with overlay maintenance traffic. |
short |
getType()
Gets the Type attribute of the MyMsg object |
void |
serialize(OutputBuffer buf)
DESCRIBE THE METHOD |
java.lang.String |
toString()
Converts to a String representation of the object. |
| 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)
from - DESCRIBE THE PARAMETERto - DESCRIBE THE PARAMETER| Method Detail |
|---|
public byte getPriority()
getPriority in interface MessagegetPriority in class PastMessagepublic short getType()
getType in interface RawMessagegetType in class LookupMessagepublic java.lang.String toString()
toString in class LookupMessage
public void serialize(OutputBuffer buf)
throws java.io.IOException
serialize in interface RawMessageserialize in class LookupMessagebuf - DESCRIBE THE PARAMETER
java.io.IOException - DESCRIBE THE EXCEPTION
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||