Interface | Description |
---|---|
PoolTask |
implement this interface to have the thread group perform this class
Any implementing class should check to see if it has shutdown
|
Class | Description |
---|---|
ThreadPool |
Thread pool class used to manage a set of threads.
|
Exception | Description |
---|---|
ThreadPoolException |
exception that can be thrown by the thread pool
|