Package org.jboss.util.threadpool
-
Interface Summary Interface Description BasicThreadPoolMBean Management interface for the thread pool.Task A task for a thread pool.TaskWrapper A task wrapper for a thread pool.ThreadPool A thread pool.ThreadPoolMBean Management interface for the thread pool. -
Class Summary Class Description BasicTaskWrapper A wrapper for the task.BasicThreadPool A basic thread pool.BasicThreadPool.TimeoutInfo An encapsulation of a task and its completion timeoutBlockingMode A type-safe enum for the BasicThreadPool blocking mode.MinPooledExecutor A pooled executor where the minimum pool size threads are kept alive.RunnableTaskWrapper Makes a runnable a task. -
Exception Summary Exception Description StartTimeoutException The start timeout was exceeded.TaskStoppedException The task was stopped.ThreadPoolFullException The thread pool is full.ThreadPoolStoppedException The thread pool was stopped.