Class IsHardResetable

java.lang.Object
org.oddjob.state.IsHardResetable
All Implemented Interfaces:
Predicate<State>, StateCondition

public class IsHardResetable extends Object implements StateCondition
The StateConditions under witch a typical job can be hard reset.
Author:
rob
  • Constructor Details

    • IsHardResetable

      public IsHardResetable()
  • Method Details

    • test

      public boolean test(State state)
      Description copied from interface: StateCondition
      Tests the condition of the state.
      Specified by:
      test in interface Predicate<State>
      Specified by:
      test in interface StateCondition
      Parameters:
      state - The state.
      Returns:
      true if the state matches the condition, false otherwise.