|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Interface ThreadPool and a Implementation with Monitor.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||