|
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 MessageSystemAdapter interface represents the connection between an agent's conversation management system and its messaging system.
MessageSystemAdapters are the point of contact of the ConversationManager and the Conversations, on the one hand, with whatever it is that sends messages, on the other.
Each MessageSystemAdapter method has, as its first parameter, the Conversation that invoked the method. Therefore a single MessageSystemAdapter may be used for a single Conversation, or may be shared across multiple Conversations.
Method Summary | |
---|---|
MessageHandle |
createMessage()
Creates and returns an instance of a message of the type that can be delivered by this MessageSystemAdapter. |
void |
sendMessage(Conversation conv,
MessageHandle mh)
Undertakes to deliver the given message. |
Method Detail |
public MessageHandle createMessage()
public void sendMessage(Conversation conv, MessageHandle mh)
conv
- The Conversation associated with this message.mh
- The message to be delivered.
|
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 |