|
Class Summary |
| BackgroundProcess |
Creates and executes the given process. |
| IOThreadRunner |
Loops, reading from the input stream and writes to the output stream. |
| LoopThread |
For threads which loop endlessly (which is a common thing), this
class implements the pause, start, and stop routines since JDK 1.2
deprecated theirs. |
| QueueThread |
For threads which endlessly process events from a SynchQueue. |
| ThreadPool |
A pool of QueueThread instances, each containing an instance of
an ObjectListener implemented class. |
A collection of classes to aid in speeding the development of threaded
applications.