IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSAsynchronousReplyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.btt.cs.servlet.CSAsynchronousReplyEvent
All Implemented Interfaces:
java.io.Serializable

public class CSAsynchronousReplyEvent
extends java.util.EventObject

The CSAsynchronousReplyEvent is an internal event that is fired when an asynchronous "send" request is finished.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CSAsynchronousReplyEvent(java.lang.Object source)
          This constructor creates a CSAsynchronousReplyEvent object.
CSAsynchronousReplyEvent(java.lang.Object source, java.lang.Integer id, java.util.Vector myData)
          This constructor creates a CSAsynchronousReplyEvent object.
 
Method Summary
 java.lang.Integer getRequestId()
          Gets the requestId property (Integer) value.
 java.util.Vector getResultData()
          Gets the resultData property (java.util.Vector) value.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSAsynchronousReplyEvent

public CSAsynchronousReplyEvent(java.lang.Object source)
This constructor creates a CSAsynchronousReplyEvent object.

Parameters:
source - java.lang.Object

CSAsynchronousReplyEvent

public CSAsynchronousReplyEvent(java.lang.Object source,
                                java.lang.Integer id,
                                java.util.Vector myData)
This constructor creates a CSAsynchronousReplyEvent object.

Parameters:
source - java.lang.Object
id - java.lang.Integer
data - java.util.Vector
Method Detail

getRequestId

public java.lang.Integer getRequestId()
Gets the requestId property (Integer) value.

Returns:
Integer

getResultData

public java.util.Vector getResultData()
Gets the resultData property (java.util.Vector) value.

Returns:
java.util.Vector

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011