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

Uses of Class
com.ibm.able.conversation.ConversationEvent

Packages that use ConversationEvent
com.ibm.able.conversation The com.ibm.able.conversation contains classes for conversation management in ABLE. 
 

Uses of ConversationEvent in com.ibm.able.conversation
 

Subclasses of ConversationEvent in com.ibm.able.conversation
 class ContextEvent
          This is an event output from a CPH, that tells the conv mgr to change either the owner agent's conversation-context data ("self"), or that of the other agent in the conversation ("counterpart").
 class CPDoneEvent
          This is a ConversationEvent returned by a CPH when its CP reaches a terminal state.
 class DecisionEvent
          DecisionEvents are used to indicate either the need for a decision (a "decision request") or a decision istelf.
 class LoadCPEvent
          This is a ConversationEvent indicating that it's time to start a new CP.
 class MessageEvent
          Event for use with both inbound and outbound messages.
 class ProtocolErrorEvent
          ConversationEvent for protocol errors (e.g., unexpected message).
 class TimerEvent
          This is a ConversationEvent used to set a timer or to notify the recipient that a timer has expired.
 

Methods in com.ibm.able.conversation that return ConversationEvent
 ConversationEvent ConversationEventSequence.removeFirst()
           
 ConversationEvent ProtocolErrorEvent.getBadEvent()
           
 

Methods in com.ibm.able.conversation with parameters of type ConversationEvent
 void ConversationEventSequence.append(ConversationEvent newEvent)
           
 void SimpleCPH.process(ConversationEvent input, ConversationEventSequence outputs)
           
 void ConversationPolicyHandler.process(ConversationEvent input, ConversationEventSequence outputs)
          Attempts to process the given input event.
 void ProtocolErrorEvent.setBadEvent(ConversationEvent newEvent)
           
 

Constructors in com.ibm.able.conversation with parameters of type ConversationEvent
ConversationEventSequence(ConversationEvent newEvent)
           
ProtocolErrorEvent(java.lang.Object source, int newType, ConversationEvent newEvent, java.lang.String newDescription)
           
 


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

(C) Copyright IBM Corporation 1999, 2003