IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.wosabean
Class WOSACmdEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.wosabean.WOSAEvent
          extended bycom.ibm.dse.wosabean.WOSACmdEvent
All Implemented Interfaces:
java.io.Serializable

public class WOSACmdEvent
extends WOSAEvent

WOSA command event: event generated as the asynchronous reply to a previous WOSA command.

See Also:
Serialized Form

Field Summary
 int requestID
           
 
Fields inherited from class com.ibm.dse.wosabean.WOSAEvent
msgType, reply
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WOSACmdEvent(java.lang.Object source, int mt, WOSAMessageReply rep, int reqID)
          The reply object with event specific data
 
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
 

Field Detail

requestID

public int requestID
Constructor Detail

WOSACmdEvent

public WOSACmdEvent(java.lang.Object source,
                    int mt,
                    WOSAMessageReply rep,
                    int reqID)
The reply object with event specific data

Throws:
DSEInvalidArgumentException - thrown by the inherited function setName, when it receives an invalid string as a parameter. This never happens, since the event name is a constant string.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005