Package org.oddjob.state
Class IsHardResetable
java.lang.Object
org.oddjob.state.IsHardResetable
- All Implemented Interfaces:
Predicate<State>,StateCondition
The
StateConditions under witch a typical job
can be hard reset.- Author:
- rob
-
Constructor Details
-
IsHardResetable
public IsHardResetable()
-
-
Method Details
-
test
Description copied from interface:StateConditionTests the condition of the state.- Specified by:
testin interfacePredicate<State>- Specified by:
testin interfaceStateCondition- Parameters:
state- The state.- Returns:
- true if the state matches the condition, false otherwise.
-