Package net.groboclown.util.thread.v1

A collection of classes to aid in speeding the development of threaded applications.

See:
          Description

Interface Summary
IObjectListener  
IThreadObjectListener  
 

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.
 

Package net.groboclown.util.thread.v1 Description

A collection of classes to aid in speeding the development of threaded applications.



Written under the LGPL