All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.OutputQueueEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.as400.access.OutputQueueEvent

public class OutputQueueEvent
extends EventObject
The OutputQueueEvent class represents an OutputQueue event.

See Also:
OutputQueueListener

Variable Index

 o CLEARED
The output queue cleared event ID.
 o HELD
The output queue held event ID.
 o RELEASED
The output queue released event ID.

Constructor Index

 o OutputQueueEvent(Object, int)
Constructs an OutputQueueEvent object.

Method Index

 o getID()
Returns the output queue event identifier.

Variables

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

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

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

Constructors

 o OutputQueueEvent
 public OutputQueueEvent(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.

Methods

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

Returns:
The event identifier.

All Packages  Class Hierarchy  This Package  Previous  Next  Index