|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a message.
Method Summary | |
java.util.Collection |
getCollection()
Gets the transported collection of objects. |
boolean |
getDeliverState()
Flag to indicate, if this message has already passed a message broker. |
long |
getID()
Gets the unique identifier of this message. |
java.lang.Object |
getObject()
Gets the transported data object. |
java.lang.Object |
getRecipient()
Gets the recipient of this message. |
java.lang.Object |
getSender()
Gets the sender of this message. |
MessageType |
getType()
Gets the type of this message. |
void |
setDeliverState(boolean state)
Sets the flag, that this message has passed a message broker. |
boolean |
transportsCollection()
Indicates, if this message transports a collection of objects. |
boolean |
transportsObject()
Indicates, if this message transports a single object. |
Method Detail |
public long getID()
public MessageType getType()
public boolean transportsObject()
public boolean transportsCollection()
public java.lang.Object getSender()
public java.lang.Object getRecipient()
public java.lang.Object getObject()
public java.util.Collection getCollection()
public boolean getDeliverState()
public void setDeliverState(boolean state)
state
- flag, if this message has passed a message broker
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |