com.ibm.dse.clientserver
Class CSReplyEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.dse.clientserver.CSReplyEvent
- public class CSReplyEvent
- extends java.util.EventObject
Event that is raised when an asynchronous "send" request has finished
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
CSReplyEvent(java.lang.Object source)
Constructor for class CSReplyEvent |
CSReplyEvent(java.lang.Object source,
java.lang.Integer requestId)
This constructor creates a CSReplyEvent object. |
Method Summary |
java.lang.Integer |
getRequestId()
Gets the _requestId property (java.lang.Integer) 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 |
CSReplyEvent
public CSReplyEvent(java.lang.Object source)
- Constructor for class CSReplyEvent
- Parameters:
source
- java.lang.Object
CSReplyEvent
public CSReplyEvent(java.lang.Object source,
java.lang.Integer requestId)
- This constructor creates a CSReplyEvent object.
- Parameters:
source
- java.lang.Objectid
- java.lang.Integer
getRequestId
public java.lang.Integer getRequestId()
- Gets the _requestId property (java.lang.Integer) value.
- Returns:
- java.lang.Integer