Uses of Class
org.apache.felix.eventadmin.impl.tasks.DefaultThreadPool
-
Packages that use DefaultThreadPool Package Description 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 Constructor Description EventAdminImpl(org.osgi.framework.BundleContext bundleContext, DefaultThreadPool syncPool, DefaultThreadPool asyncPool, int timeout, String[] ignoreTimeout, boolean requireTopic, String[] ignoreTopics)
The constructor of theEventAdmin
implementation. -
Uses of DefaultThreadPool in org.apache.felix.eventadmin.impl.tasks
Constructors in org.apache.felix.eventadmin.impl.tasks with parameters of type DefaultThreadPool Constructor Description 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.
-