|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | 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)
newObject - The message object.
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||