IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.wosa
Class WOSAEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.base.DSEEventObject
          extended bycom.ibm.dse.services.wosa.WOSAEvent
All Implemented Interfaces:
java.io.Serializable
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, setOriginTID, 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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005