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 |
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.Objectid
- java.lang.Integerdata
- java.util.Vector
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