Package org.oddjob.util

Utility classes.

See:
          Description

Interface Summary
Clock A clock is used by a schedule to tell the time.
 

Class Summary
BlockingQueue  
DateConverter  
DateHelper Date Helper Utilities
DefaultClock Being phased out since moving to quartz.
IO IO Utilities.
Lock A simple lock that only allows access to a segment of code to one thread at a time.
ThreadManager The thread manager keeps track of active threads.
ThreadPool Very basic implementation of a thread pool.
 

Exception Summary
BlockingQueue.ClosedException  
OddjobConfigException  
OddjobConstantException  
OddjobLockedException  
 

Package org.oddjob.util Description

Utility classes.