|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IoEventQueueHandler
Listenes and filters all event queue operations occurring in
OrderedThreadPoolExecutor
and UnorderedThreadPoolExecutor
.
Method Summary | |
---|---|
boolean |
accept(ThreadPoolExecutor executor,
IoEvent event)
Returns true if and only if the specified event is allowed to be offered to the event queue. |
void |
offered(ThreadPoolExecutor executor,
IoEvent event)
Invoked after the specified event has been offered to the event queue. |
void |
polled(ThreadPoolExecutor executor,
IoEvent event)
Invoked after the specified event has been polled from the event queue. |
Method Detail |
---|
boolean accept(ThreadPoolExecutor executor, IoEvent event)
void offered(ThreadPoolExecutor executor, IoEvent event)
void polled(ThreadPoolExecutor executor, IoEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |