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

  • Class Summary 
    Class Description
    AsyncDeliverTasks
    This class does the actual work of the asynchronous event dispatch.
    DefaultThreadPool
    A thread pool that allows to execute tasks using pooled threads in order to ease the thread creation overhead.
    DenylistLatch
    A latch that checks handlers for denying on an interval.
    HandlerTask
    A task that processes an event handler
    SyncDeliverTasks
    This class does the actual work of the synchronous event delivery.
    SyncThread
    This thread class is used for sending the events synchronously.