com.ibm.dse.services.wosa
Class WOSAEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.base.DSEEventObject
              |
              +--com.ibm.dse.services.wosa.WOSAEvent
Direct Known Subclasses:
WOSACmdEvent, WOSADevEvent

public class WOSAEvent
extends DSEEventObject

The WOSAEvent class is the generic WOSA event object class.

See Also:
Serialized Form

Field Summary
 int msgType
          Message Type: the message value received from the Windows event
 WOSAMessageReply reply
          The reply object with event specific data
 
Fields inherited from class com.ibm.dse.base.DSEEventObject
name, originTID, parameters, sourceName
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WOSAEvent(Notifier source, int mt, WOSAMessageReply rep)
          This constructor creates a WOSAEvent object.
 
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

msgType

public int msgType
Message Type: the message value received from the Windows event

reply

public WOSAMessageReply reply
The reply object with event specific data
Constructor Detail

WOSAEvent

public WOSAEvent(Notifier source,
                 int mt,
                 WOSAMessageReply rep)
          throws DSEInvalidArgumentException
This constructor creates a WOSAEvent object.
Parameters:
source - Notifier
mt - int
rep - WOSAMessageReply