ABLE 2.3.0 07/13/2005 14:21:00

Uses of Interface
com.ibm.conversation.MessageSystemAdapter

Packages that use MessageSystemAdapter
com.ibm.able.conversation This package contains ABLE's conversation support subsystem. 
com.ibm.conversation The com.ibm.conversation package defines the core interfaces of a conversation-management system. 
 

Uses of MessageSystemAdapter in com.ibm.able.conversation
 

Classes in com.ibm.able.conversation that implement MessageSystemAdapter
 class AblePlatformMessageSystemAdapter
          The AblePlatformMessageSystemAdapter class is a MessageSystemAdapter that uses Java Agent Services (JAS) messaging.
 

Methods in com.ibm.able.conversation that return MessageSystemAdapter
 MessageSystemAdapter AbleConversation.getMessageSystemAdapter()
           
 

Methods in com.ibm.able.conversation with parameters of type MessageSystemAdapter
 void AbleConversationManager.setMessageSystemAdapter(MessageSystemAdapter msa)
           
 void AbleConversation.setMessageSystemAdapter(MessageSystemAdapter newMSA)
           
 

Uses of MessageSystemAdapter in com.ibm.conversation
 

Methods in com.ibm.conversation that return MessageSystemAdapter
 MessageSystemAdapter Conversation.getMessageSystemAdapter()
          Returns the MessageSystemAdapter currently in use for this Conversation.
 

Methods in com.ibm.conversation with parameters of type MessageSystemAdapter
 void ConversationManager.setMessageSystemAdapter(MessageSystemAdapter msa)
          Sets the MessageSystemAdapter used by this ConversationManager.
 void Conversation.setMessageSystemAdapter(MessageSystemAdapter newMSA)
          Sets the MessageSystemAdapter to use for this Conversation.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005