|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.access.DataQueueEvent
The DataQueueEvent class represents a DataQueue event.
| Field Summary | |
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 Summary | |
DataQueueEvent(java.lang.Object source,
int id)
Constructs a DataQueueEvent object. |
|
| Method Summary | |
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(java.lang.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 | |||||||||