Package net.sourceforge.groboutils.util.thread.v1

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

See:
          Description

Interface Summary
IObjectListener  
IThreadObjectListener  
TimedProcess.RunnableKiller Implement this interface to have your own method for killing the runner and thread.
 

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.
TimedProcess A Utility to run a task in a thread, and to kill it if the thread runs too long.
 

Package net.sourceforge.groboutils.util.thread.v1 Description

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



Copyright © 2001-2003 by The GroboUtils Project