| 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 | Description |
|---|---|
| BasicTaskWrapper |
A wrapper for the task.
|
| BasicThreadPool |
A basic thread pool.
|
| BlockingMode |
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 | Description |
|---|---|
| StartTimeoutException |
The start timeout was exceeded.
|
| TaskStoppedException |
The task was stopped.
|
| ThreadPoolFullException |
The thread pool is full.
|
| ThreadPoolStoppedException |
The thread pool was stopped.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.