com.ibm.dse.cs.servlet
Class CSAsynchronousReplyEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.cs.servlet.CSAsynchronousReplyEvent

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

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