Package org.jboss.util.threadpool

Interface Summary
BasicThreadPoolMBean (src) Management interface for the thread pool.
Task (src) A task for a thread pool.
TaskWrapper (src) A task wrapper for a thread pool.
ThreadPool (src) A thread pool.
ThreadPoolMBean (src) Management interface for the thread pool.
 

Class Summary
BasicTaskWrapper (src) A wrapper for the task.
BasicThreadPool (src) A basic thread pool.
BlockingMode (src) A type-safe enum for the BasicThreadPool blocking mode.
MinPooledExecutor (src) A pooled executor where the minimum pool size threads are kept alive.
RunnableTaskWrapper (src) Makes a runnable a task.
 

Exception Summary
StartTimeoutException (src) The start timeout was exceeded.
TaskStoppedException (src) The task was stopped.
ThreadPoolFullException (src) The thread pool is full.
ThreadPoolStoppedException (src) The thread pool was stopped.