|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |