|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageHandle | |
---|---|
com.ibm.able.conversation | The com.ibm.able.conversation contains classes for
conversation management in ABLE. |
com.ibm.conversation | The com.ibm.conversation package defines the core interfaces of a conversation-management system. |
com.ibm.conversation.base | The com.ibm.conversation.base package contains straightforward, vanilla-Java
implementations of some of the conversation-management system interfaces defined
in package com.ibm.conversation, plus some simple helper classes. |
Uses of MessageHandle in com.ibm.able.conversation |
---|
Methods in com.ibm.able.conversation that return MessageHandle | |
static MessageHandle |
AbleJasMessageSystemAdapter.makeMessageHandle(javax.agent.TransportMessage msg)
Converts a TransportMessage (created by the JAS subsystem) into a MessageHandle. |
MessageHandle |
AbleJasMessageSystemAdapter.createMessage()
|
Methods in com.ibm.able.conversation with parameters of type MessageHandle | |
void |
AbleJasMessageSystemAdapter.sendMessage(Conversation conv,
MessageHandle mh)
|
protected javax.agent.TransportMessage |
AbleJasMessageSystemAdapter.createTransportMessage(ConversationMetaData metaData,
MessageHandle mh)
Creates a TransportMessage out of the given MetaData and MessageHandle. |
void |
AbleConversation.processMessage(MessageHandle mh)
Processes the given message. |
protected void |
AbleConversation.addPendingMessage(MessageHandle newMh)
Adds the given message to the queue of pending messages. |
void |
AbleRemoteUdfDecisionLogicAdapter.unexpectedMessage(Conversation conv,
MessageHandle mh)
Invokes the user-defined function with the name specified for "unexpected message" inputs. |
Uses of MessageHandle in com.ibm.conversation |
---|
Methods in com.ibm.conversation that return MessageHandle | |
MessageHandle |
MessageSystemAdapter.createMessage()
Creates and returns an instance of a message of the type that can be delivered by this MessageSystemAdapter. |
Methods in com.ibm.conversation with parameters of type MessageHandle | |
void |
MessageSystemAdapter.sendMessage(Conversation conv,
MessageHandle mh)
Undertakes to deliver the given message. |
void |
Conversation.processMessage(MessageHandle mh)
Passes the given message to the currently active ConversationPolicyHandler for processing. |
void |
DecisionLogicAdapter.unexpectedMessage(Conversation conv,
MessageHandle mh)
Informs the decision logic that an unexpected message has been received. |
Uses of MessageHandle in com.ibm.conversation.base |
---|
Classes in com.ibm.conversation.base that implement MessageHandle | |
class |
BasicMessageHandle
Class BasicMessageHandle is a straightforward, vanilla-Java implementation of the MessageHandle interface |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |