Class JobStateHandler

java.lang.Object
org.oddjob.state.StateHandler<JobState>
org.oddjob.state.JobStateHandler
All Implemented Interfaces:
StateLock, Stateful

public class JobStateHandler extends StateHandler<JobState>
Helps Jobs handle state change.
Author:
Rob Gordon
  • Constructor Details

    • JobStateHandler

      public JobStateHandler(Stateful source)
      Constructor.
      Parameters:
      source - The source for events.