|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.commonapi.PastryEndpointMessage
This class is an internal message to the commonapi gluecode.
Field Summary | |
protected Message |
message
DESCRIBE THE FIELD |
Fields inherited from class rice.pastry.messaging.Message |
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
PastryEndpointMessage(Address address,
Message message)
Constructor. |
Method Summary | |
Message |
getMessage()
Returns the internal message |
void |
setMessage(Message message)
Returns the internal message |
java.lang.String |
toString()
Returns the String representation of this message |
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Message message
Constructor Detail |
public PastryEndpointMessage(Address address, Message message)
address
- DESCRIBE THE PARAMETERmessage
- DESCRIBE THE PARAMETERMethod Detail |
public Message getMessage()
public void setMessage(Message message)
message
- The new Message valuepublic java.lang.String toString()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |