Package org.jwarp.service.threadpool

Interface Summary
IThreadPool The ThreadPool manages a pool of threads.
In the thread pool, as its name suggests, some threads are waiting for work to appear in the pool.
IThreadPoolListener Interface declaring the interface of objects that want listen to the thread pool's activities such as new registered works, executed works, additoinal threads etc.
IThreadPoolService Interface for the security service.
 

Class Summary
PooledThread Thread that is used in the ThreadPool.
RunStats Class implementing the run statistics interface and some additoinal helper methods.
ThreadPool The ThreadPool manages a pool of threads.
In the thread pool, as its name suggests, some threads are waiting for work to appear in the pool.
ThreadPoolEvent This class is the event class for all work manager events.
ThreadPoolService Interface for the thread pool service.
WorkQueue This class extends the queue class by simply counting the waiting instances additoinally.
 

Exception Summary
ThreadPoolStoppedException Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
 


©   O R C A   S y s t e m s