com.ibm.jbatch.container.impl
Class FlowControllerImpl

java.lang.Object
  extended by com.ibm.jbatch.container.impl.FlowControllerImpl
All Implemented Interfaces:
IController

public class FlowControllerImpl
extends Object
implements IController


Field Summary
protected  Flow flow
           
protected  ModelNavigator<Flow> flowNavigator
           
 
Constructor Summary
FlowControllerImpl(RuntimeJobExecution jobExecution, Flow flow, long rootJobExecutionId)
           
 
Method Summary
 JobOrFlowStatus execute()
           
 List<Long> getLastRunStepExecutions()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flowNavigator

protected ModelNavigator<Flow> flowNavigator

flow

protected Flow flow
Constructor Detail

FlowControllerImpl

public FlowControllerImpl(RuntimeJobExecution jobExecution,
                          Flow flow,
                          long rootJobExecutionId)
Method Detail

execute

public JobOrFlowStatus execute()

stop

public void stop()
Specified by:
stop in interface IController

getLastRunStepExecutions

public List<Long> getLastRunStepExecutions()
Specified by:
getLastRunStepExecutions in interface IController


Copyright © 2013. All Rights Reserved.