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

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

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

Constructors in org.apache.felix.eventadmin.impl.handler with parameters of type DefaultThreadPool
EventAdminImpl(org.osgi.framework.BundleContext bundleContext, DefaultThreadPool syncPool, DefaultThreadPool asyncPool, int timeout, java.lang.String[] ignoreTimeout, boolean requireTopic)
          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, SyncDeliverTasks deliverTask)
          The constructor of the class that will use the asynchronous.
SyncDeliverTasks(DefaultThreadPool pool, long timeout)
          Construct a new sync deliver tasks.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.