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

com.ibm.able.conversation
Class CPDoneEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.able.conversation.ConversationEvent
              |
              +--com.ibm.able.conversation.CPDoneEvent
All Implemented Interfaces:
java.io.Serializable

public class CPDoneEvent
extends ConversationEvent

This is a ConversationEvent returned by a CPH when its CP reaches a terminal state.

OLD VERSION -- TO BE DELETED

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CPDoneEvent(java.lang.Object source)
           
CPDoneEvent(java.lang.Object source, java.lang.String newReturn)
           
 
Method Summary
 java.lang.String getReturnCode()
           
 void setReturnCode(java.lang.String newReturn)
           
 java.lang.String summary()
          Returns a descriptive summary of the event, intended for ordinary humans.
 java.lang.String toString()
          Returns a text summary of this object, intended for human eyes.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPDoneEvent

public CPDoneEvent(java.lang.Object source)

CPDoneEvent

public CPDoneEvent(java.lang.Object source,
                   java.lang.String newReturn)
Method Detail

getReturnCode

public java.lang.String getReturnCode()

setReturnCode

public void setReturnCode(java.lang.String newReturn)

toString

public java.lang.String toString()
Returns a text summary of this object, intended for human eyes.
Overrides:
toString in class java.util.EventObject

summary

public java.lang.String summary()
Description copied from class: ConversationEvent
Returns a descriptive summary of the event, intended for ordinary humans.
Unless overridden, this is identical to toString().
Overrides:
summary in class ConversationEvent

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

(C) Copyright IBM Corporation 1999, 2003