org.oddjob.state
Class IsSoftResetable

java.lang.Object
  extended by org.oddjob.state.IsSoftResetable
All Implemented Interfaces:
StateCondition

public class IsSoftResetable
extends Object
implements StateCondition

The StateConditions under which a typical job can be soft reset.

Author:
rob

Constructor Summary
IsSoftResetable()
           
 
Method Summary
 boolean test(State state)
          Tests the condition of the state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsSoftResetable

public IsSoftResetable()
Method Detail

test

public boolean test(State state)
Description copied from interface: StateCondition
Tests the condition of the state.

Specified by:
test in interface StateCondition
Parameters:
state - The state.
Returns:
true if the state matches the condition, false otherwise.