|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by those classes that need to have instances executed when removed from a process queue. Current supported queues are the "timer" queue and the "batch" queue. See QueueTimer and QueueBatch respectively.
QueueTimer
,
QueueBatch
Field Summary | |
---|---|
static int |
QTYPE_BATCH
when passed to the process method for a subclass of the QueueElement class, this value indicates that the element being processed is a QueueBatch queue |
static int |
QTYPE_TIMER
when passed to the process method for a subclass of the QueueElement class, this value indicates that the element being processed is a QueueTimer queue |
Method Summary | |
---|---|
void |
process(int qType)
Method called when this element is removed from a queue or its timer expires. |
Field Detail |
public static final int QTYPE_TIMER
public static final int QTYPE_BATCH
Method Detail |
public void process(int qType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |