org.oddjob.state
Class SequentialHelper
java.lang.Object
org.oddjob.state.SequentialHelper
public class SequentialHelper
- extends Object
Shared utility class for deciding if a SequentialJob
can continue.
In a separate class to be shared with ForEach
.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequentialHelper
public SequentialHelper()
canContinueAfter
public boolean canContinueAfter(Object child)
- Can execution continue after executing the child.
- Parameters:
child
- The child of the sequential job.
- Returns:
- true if it can, false otherwise.