ABLE 2.0.0 07/02/2003 10:25:01

Uses of Interface
com.ibm.conversation.DecisionDataHandle

Packages that use DecisionDataHandle
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 DecisionDataHandle in com.ibm.able.conversation
 

Methods in com.ibm.able.conversation with parameters of type DecisionDataHandle
 void AbleConversation.processDecision(DecisionDataHandle ddh)
          Processes the given decision.
 void AbleRemoteUdfDecisionLogicAdapter.decisionPoint(Conversation conv, DecisionDataHandle ddh)
          Looks up and invokes the user-defined function associated with the Conversation's current context.
 void AbleRemoteUdfDecisionLogicAdapter.inboundData(Conversation conv, DecisionDataHandle ddh)
          Looks up and invokes the user-defined function associated with the Conversation's current context.
 

Uses of DecisionDataHandle in com.ibm.conversation
 

Methods in com.ibm.conversation with parameters of type DecisionDataHandle
 void Conversation.processDecision(DecisionDataHandle ddh)
          Passes the given decision data to the currently active conversation policy handler for processing.
 void DecisionLogicAdapter.decisionPoint(Conversation conv, DecisionDataHandle ddh)
          Informs the decision logic that the conversation has reached a decision point (it has entered a decision state).
 void DecisionLogicAdapter.inboundData(Conversation conv, DecisionDataHandle ddh)
          Informs the decision logic that the other agent has made a decision, but that the conversation is not at a decision point.
 

Uses of DecisionDataHandle in com.ibm.conversation.base
 

Classes in com.ibm.conversation.base that implement DecisionDataHandle
 class BasicDecisionDataHandle
          Class BasicDecisionDataHandle is a straightforward, vanilla-Java implementation of the DecisionDataHandle interface.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003