Package org.gjt.rec.thread

Interface Summary
Workforce.Listener An implementation of this interface may listen to a Workforce object and be notified when certain notable events occur within it.
 

Class Summary
Workforce This is a thread pool, which could be useful if you have lots of work to do that involves blocking for data and want to keep a cap on the number of threads running.
Workforce.State Enumerated type representing the possible states of a Workforce.
 

Exception Summary
Workforce.JobNotWaitingException Thrown to indicate that a job that was supposed to be on the list of waiting jobs is not on the list.