Uses of Interface
org.apache.felix.eventadmin.impl.dispatch.ThreadPool

Packages that use ThreadPool
org.apache.felix.eventadmin.impl.dispatch   
org.apache.felix.eventadmin.impl.tasks   
 

Uses of ThreadPool in org.apache.felix.eventadmin.impl.dispatch
 

Classes in org.apache.felix.eventadmin.impl.dispatch that implement ThreadPool
 class CacheThreadPool
          An implementation of a thread pool that uses a fixed number of cached threads but will spin-off new threads as needed.
 

Uses of ThreadPool in org.apache.felix.eventadmin.impl.tasks
 

Constructors in org.apache.felix.eventadmin.impl.tasks with parameters of type ThreadPool
AsyncDeliverTasks(TaskQueue queue, TaskQueue handoverQueue, ThreadPool pool)
          The constructor of the class that will use the asynchronous queue to append event dispatch handlers.
ResumeTask(DispatchTask target, ThreadPool pool)
           
SyncDeliverTasks(TaskQueue queue, ThreadPool pool)