|
||||||||||
| 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.createExecutor(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.createExecutor(String id)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||