|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.messaging.PostPastryMessage
public class PostPastryMessage
This is a wrapper message for all Post messages which are to be sent over the Pastry messaging system.
Field Summary |
---|
Fields inherited from interface rice.p2p.commonapi.Message |
---|
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
Constructor Summary | |
---|---|
PostPastryMessage(SignedPostMessage message)
Builds a PostPastryMessage given a PostMessage. |
Method Summary | |
---|---|
SignedPostMessage |
getMessage()
Returns the internal SignedPostMessage. |
int |
getPriority()
Method which should return the priority level of this message. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PostPastryMessage(SignedPostMessage message)
message
- The internal message.Method Detail |
---|
public int getPriority()
getPriority
in interface Message
public SignedPostMessage getMessage()
getMessage
in interface SignedPostMessageWrapper
public java.lang.String toString()
toString
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |