|
|||||||||
| 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.DataQueueEvent
public class DataQueueEvent extends EventObject
The DataQueueEvent class represents a DataQueue event.
| Modifier and Type | Field and Description |
|---|---|
static int |
DQ_CLEARED
The DataQueue clear event ID. |
static int |
DQ_PEEKED
The DataQueue peek event ID. |
static int |
DQ_READ
The DataQueue read event ID. |
static int |
DQ_WRITTEN
The DataQueue write event ID. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
DataQueueEvent(Object source,
int id)
Constructs a DataQueueEvent object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event. |
| 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 DQ_CLEARED
public static final int DQ_PEEKED
public static final int DQ_READ
public static final int DQ_WRITTEN
| Constructor Detail |
|---|
public DataQueueEvent(Object source,
int id)
source - The object where the event originated.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 | ||||||||