|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MessageHandle interface represents a message received by, or to be delivered by, the messaging system.
MessageHandles are what gets passed between Conversations and MessageSystemAdapters. Note: the utility of this interface is not clear at present; it may turn out to be preferable to pass the message object directly, without this wrapper.
Design Q & A:
Method Summary | |
---|---|
java.lang.Object |
getMessage()
Returns the message object. |
void |
setMessage(java.lang.Object newObject)
Sets the message object. |
Method Detail |
public java.lang.Object getMessage()
public void setMessage(java.lang.Object newObject)
message
- The message object.
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |