org.apache.servicemix.executors |
API for configurable thread pools.
|
Java Source File Name | Type | Comment |
Executor.java | Interface | The Executor interface is a simple interface
on top of a thread pool. |
ExecutorFactory.java | Interface | Factory to create Executor s. |
WorkManagerWrapper.java | Class | This helper class is a simple wrapper around the Executor
interface to provide a WorkManager. |