Package org.oddjob.state

Classes for state.

See:
          Description

Interface Summary
JobStateListener Implementors of this interface are able to listen to state events.
StateTransform A state transform is used to reset various states to pending.
 

Class Summary
AbstractJobStateListener An implementation of a JobStateListener designer to be overriden.
JobState Encapsulate the allowed states for a job.
JobStateEvent An instance of this class is produced when a job state changes.
JobStateHandler An interface to define a state handler which helps an object to implement the stateful interface.
StateMemory A wrapper for a job that holds the state of the job after it's been executed.
 

Package org.oddjob.state Description

Classes for state.