|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportMessage
Interface representing messages which are sent and received by the org.demac.transport.TransportService. Sender, receiver, and the message itself are referenced by handles. The message body can contain arbitrary textual content.
Method Summary | |
---|---|
java.lang.String |
getMessageBody()
Method to get the content of the message body. |
MessageHandle |
getMessageHandle()
Method to get the unique org.demac.transport.MessageHandle of this message. |
DeviceHandle |
getReceiver()
Method to get the unique org.demac.transport.DeviceHandle of the receiver of this message. |
DeviceHandle |
getSender()
Method to get the unique org.demac.transport.DeviceHandle of the sender of this message. |
Method Detail |
---|
DeviceHandle getSender()
DeviceHandle getReceiver()
java.lang.String getMessageBody()
MessageHandle getMessageHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |