|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConversationPolicyHandler | |
|---|---|
| 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. |
| 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 ConversationPolicyHandler in com.ibm.able.conversation |
|---|
| Classes in com.ibm.able.conversation that implement ConversationPolicyHandler | |
class |
AbleCpStateMachineHandler
The AbleCpStateMachineHandler class is an ABLE-specific implementation of the CpStateMachineHandler interface. |
| Methods in com.ibm.able.conversation that return ConversationPolicyHandler | |
ConversationPolicyHandler |
AbleConversationPolicyHandlerFactory.getPolicyHandler(java.lang.String cpName,
java.lang.String selfRole)
|
ConversationPolicyHandler |
AbleConversation.getConversationPolicyHandlerAt(int level)
|
ConversationPolicyHandler |
AbleConversation.getActivePolicyHandler()
|
| Uses of ConversationPolicyHandler in com.ibm.conversation |
|---|
| Subinterfaces of ConversationPolicyHandler in com.ibm.conversation | |
interface |
CpStateMachineHandler
The CpStateMachineHandler interface represents a ConversationPolicyHandler for a conversation policy represented by a CpStateMachine. |
| Methods in com.ibm.conversation that return ConversationPolicyHandler | |
ConversationPolicyHandler |
ConversationPolicyHandlerFactory.getPolicyHandler(java.lang.String cpName,
java.lang.String selfRole)
Creates and returns a new ConversationPolicyHandler initialized with the given conversation policy and role. |
ConversationPolicyHandler |
Conversation.getConversationPolicyHandlerAt(int level)
Returns the conversation policy handler at the given level of the stack. |
ConversationPolicyHandler |
Conversation.getActivePolicyHandler()
Returns the currently active conversation policy handler. |
| Uses of ConversationPolicyHandler in com.ibm.conversation.base |
|---|
| Methods in com.ibm.conversation.base that return ConversationPolicyHandler | |
ConversationPolicyHandler |
BasicCpHandlerStack.getActivePolicyHandler()
Returns the currently active ConversationPolicyHandler. |
ConversationPolicyHandler |
BasicCpHandlerStack.getConversationPolicyHandlerAt(int level)
Returns the ConversationPolicyHandler at the given level. |
ConversationPolicyHandler |
BasicCpHandlerStack.pop()
Pops the bottom policy handler off the stack. |
| Methods in com.ibm.conversation.base with parameters of type ConversationPolicyHandler | |
void |
BasicCpHandlerStack.push(ConversationPolicyHandler cph)
Pushes the given policy handler on the stack. |
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||