Package org.apache.felix.eventadmin.impl.tasks

Interface Summary
DeliverTask Dispatch given event dispatch tasks.
DeliverTasks A factory that creates DeliverTask objects.
HandlerTask A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.
HandoverTask A task that is used to handover a dispatch thread context to another thread.
 

Class Summary
AsyncDeliverTasks This class does the actual work of the asynchronous event dispatch.
BlockTask This task will can be used to block a thread that subsequently will be unblocked once the task is executed.
DispatchTask This class is the core of the event dispatching (for both, synchronous and asynchronous).
HandlerTaskImpl An implementation of the HandlerTask interface.
ResumeTask A task that wakes-up a disabled DispatchTask.
SyncDeliverTasks This class does the actual work of the synchronous event delivery.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.