|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationContext | |
---|---|
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 ConversationContext in com.ibm.able.conversation |
---|
Methods in com.ibm.able.conversation that return ConversationContext | |
ConversationContext |
AbleConversationManager.getContext(java.lang.String convId)
|
ConversationContext |
AbleConversation.getContext()
|
Uses of ConversationContext in com.ibm.conversation |
---|
Methods in com.ibm.conversation that return ConversationContext | |
ConversationContext |
Conversation.getContext()
Returns the current conversational context for this conversation. |
ConversationContext |
ConversationManager.getContext(java.lang.String convId)
Returns the ConversationContext for a given conversation. |
Uses of ConversationContext in com.ibm.conversation.base |
---|
Classes in com.ibm.conversation.base that implement ConversationContext | |
class |
BasicCpHandlerStack
Class BasicCpHandlerStack implements the ConversationContext interface as a stack of ConversationPolicyHandlers. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |