Class Summary |
EJThreadFactory |
A ThreadFactory which allows usage of a custom ThreadGroup for the produced threads |
Jdk15ThreadPool |
Fixed size thread pool implementation for usage with java >= 1.5.0 |
ThreadPool |
Fixed size thread pool implementation for usage with java < 1.5.0 |
ThreadPoolFactory |
A factory producing ThreadPools. |
ThreadPoolResizer |
A controller thread which monitors a ThreadService and ensures that the limit of worker threads within the
ThreadService will be adjusted according to the workload. |
ThreadQueue |
|