com.ibm.as400.access
Class OutputQueueEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.as400.access.OutputQueueEvent
All Implemented Interfaces:
java.io.Serializable

public class OutputQueueEvent
extends java.util.EventObject

The OutputQueueEvent class represents an OutputQueue event.

See Also:
OutputQueueListener, Serialized Form

Field Summary
static int CLEARED
          The output queue cleared event ID.
static int HELD
          The output queue held event ID.
static int RELEASED
          The output queue released event ID.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OutputQueueEvent(java.lang.Object source, int id)
          Constructs an OutputQueueEvent object.
 
Method Summary
 int getID()
          Returns the output queue event identifier.
 
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

CLEARED

public static final int CLEARED
The output queue cleared event ID.

HELD

public static final int HELD
The output queue held event ID.

RELEASED

public static final int RELEASED
The output queue released event ID.
Constructor Detail

OutputQueueEvent

public OutputQueueEvent(java.lang.Object source,
                        int id)
Constructs an OutputQueueEvent object. It uses the specified source and ID.
Parameters:
source - The object sourcing the event.
id - The event identifier.
Method Detail

getID

public int getID()
Returns the output queue event identifier.
Returns:
The event identifier.