org.apache.servicemix.executors.impl |
Implementations of configurable thread pools.
|
Java Source File Name | Type | Comment |
ExecutorConfig.java | Class | This bean holds configuration attributes for a given Executor. |
ExecutorFactoryImpl.java | Class | Default implementation of the ExecutorFactory. |
ExecutorImpl.java | Class | The default Executor implementation which uses a
ThreadPoolExecutor underneath. |