IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Class CSReplyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.btt.clientserver.CSReplyEvent
All Implemented Interfaces:
java.io.Serializable

public class CSReplyEvent
extends java.util.EventObject

Event that is raised when an asynchronous "send" request has finished

See Also:
Serialized Form

Field Summary
 
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
 

Constructor Detail

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.Object
id - java.lang.Integer
Method Detail

getRequestId

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

Returns:
java.lang.Integer

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009