Class Summary |
AIOExecutorService |
|
Context |
Context object adding a collection of key/value pairs into ThreadLocalContext. |
DebuggableThreadPoolExecutor |
|
JMXEnabledThreadPoolExecutor |
This is a wrapper class for the ScheduledThreadPoolExecutor. |
NamedThreadFactory |
This class is an implementation of the ThreadFactory interface. |
StageManager |
This class manages executor services for Messages recieved: each Message requests
running on a specific "stage" for concurrency control; hence the Map approach,
even though stages (executors) are not created dynamically. |