Uses of Interface
org.apache.servicemix.executors.Executor

Packages that use Executor
org.apache.servicemix.executors API for configurable thread pools. 
org.apache.servicemix.executors.impl Implementations of configurable thread pools. 
 

Uses of Executor in org.apache.servicemix.executors
 

Methods in org.apache.servicemix.executors that return Executor
 Executor ExecutorFactory.createDaemonExecutor(java.lang.String id)
          Create a new daemon executor for the given Id.
 Executor ExecutorFactory.createExecutor(java.lang.String id)
          Create a new executor for the given Id.
 

Constructors in org.apache.servicemix.executors with parameters of type Executor
WorkManagerWrapper(Executor executor)
           
 

Uses of Executor in org.apache.servicemix.executors.impl
 

Classes in org.apache.servicemix.executors.impl that implement Executor
 class ExecutorImpl
          The default Executor implementation which uses a ThreadPoolExecutor underneath.
 

Methods in org.apache.servicemix.executors.impl that return Executor
 Executor ExecutorFactoryImpl.createDaemonExecutor(java.lang.String id)
           
 Executor ExecutorFactoryImpl.createExecutor(java.lang.String id)
           
 



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