org.oddjob.state
Class SequentialHelper

java.lang.Object
  extended by 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

Constructor Summary
SequentialHelper()
           
 
Method Summary
 boolean canContinueAfter(Object child)
          Can execution continue after executing the child.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequentialHelper

public SequentialHelper()
Method Detail

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.