com.ibm.dse.services.wosa
Class WOSACmdEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.base.DSEEventObject
              |
              +--com.ibm.dse.services.wosa.WOSAEvent
                    |
                    +--com.ibm.dse.services.wosa.WOSACmdEvent

public class WOSACmdEvent
extends WOSAEvent

The WOSACmdEvent class provides an event, which is 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.services.wosa.WOSAEvent
msgType, reply
 
Fields inherited from class com.ibm.dse.base.DSEEventObject
name, originTID, parameters, sourceName
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WOSACmdEvent(Notifier source, int mt, WOSAMessageReply rep, int reqID)
          Provides the reply object with event specific data.
 
Methods inherited from class com.ibm.dse.base.DSEEventObject
getName, getParameters, getSourceName, getTID, setName, setParameters, setSourceName, toString
 
Methods inherited from class java.util.EventObject
getSource
 
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(Notifier source,
                    int mt,
                    WOSAMessageReply rep,
                    int reqID)
             throws DSEInvalidArgumentException
Provides the reply object with event specific data.
Parameters:
source - Notifier
mt - int
rep - WOSAMessageReply
reqID - int