|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ibm.as400.access.OutputQueueEvent
public class OutputQueueEvent extends EventObject
The OutputQueueEvent class represents an OutputQueue event.
OutputQueueListener,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
OutputQueueEvent(Object source,
int id)
Constructs an OutputQueueEvent object. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
public static final int CLEARED
public static final int HELD
public static final int RELEASED
| Constructor Detail |
|---|
public OutputQueueEvent(Object source,
int id)
source - The object sourcing the event.id - The event identifier.| Method Detail |
|---|
public int getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||