|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.test.trivialp2ptest.TrivialMessage
Simple Message to contain an Id to deliver a remote application.
Constructor Summary | |
TrivialMessage(Id data)
Builds a new message with the specified data |
Method Summary | |
Id |
getData()
Gets the content of the message. |
java.lang.String |
toString()
Gets a string representation of this application message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TrivialMessage(Id data)
data
- Data to be set to new message.Method Detail |
public Id getData()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |