Package de.bea.domingo.threadpool

Interface ThreadPool and a Implementation with Monitor.

See:
          Description

Interface Summary
ThreadFactory Interface for classes generating threads.
ThreadPool An interface representing a resizable thread pool which allows asynchronous dispatching of Runnable tasks.
 

Class Summary
DefaultThreadFactory Default implementation of the ThreadFactory interface.
SimpleThreadPool A simple implementation of a ThreadPool which is constructed with a given number of threads.
 

Exception Summary
ThreadPoolException Exceptions that can occur within a thread pool.
 

Package de.bea.domingo.threadpool Description

Interface ThreadPool and a Implementation with Monitor.



Domingo Java-API