|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface is an object encapsulating a reified method call either the sending of the call with the arguments or the reply of the call with the result.
A Message
clearly identifies a sender and a receiver of the message. Each message
is associated with a unique sequence number.
Method Summary | |
java.lang.String |
getMethodName()
Returns the method name of the method call packed in this message |
long |
getSequenceNumber()
Returns a unique sequence number of this message |
UniqueID |
getSourceBodyID()
Returns the id of the body source of this message |
long |
getTimeStamp()
Returns the time this message was created or deserialized |
boolean |
isOneWay()
Returns true if the message will not generate a response message |
Method Detail |
public UniqueID getSourceBodyID()
public java.lang.String getMethodName()
public long getSequenceNumber()
public boolean isOneWay()
public long getTimeStamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |