Uses of Class
org.apache.felix.eventadmin.impl.dispatch.DefaultThreadPool

Packages that use DefaultThreadPool
org.apache.felix.eventadmin.impl   
org.apache.felix.eventadmin.impl.tasks   
 

Uses of DefaultThreadPool in org.apache.felix.eventadmin.impl
 

Constructors in org.apache.felix.eventadmin.impl with parameters of type DefaultThreadPool
EventAdminImpl(HandlerTasks managers, DefaultThreadPool syncPool, DefaultThreadPool asyncPool, int timeout, String[] ignoreTimeout)
          The constructor of the EventAdmin implementation.
 

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

Constructors in org.apache.felix.eventadmin.impl.tasks with parameters of type DefaultThreadPool
AsyncDeliverTasks(DefaultThreadPool pool, DeliverTask deliverTask)
          The constructor of the class that will use the asynchronous.
SyncDeliverTasks(DefaultThreadPool pool, long timeout, String[] ignoreTimeout)
          Construct a new sync deliver tasks.
 



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