Package de.netseeker.ejoe.concurrent

Interface Summary
ThreadService A ThreadService is a wrapper around an implementation of a ThreadPool.
 

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  
 



Copyright © 2005-2007 netseeker. All Rights Reserved.