Package com.ibm.jbatch.container.impl
Class FlowControllerImpl
- java.lang.Object
-
- com.ibm.jbatch.container.impl.FlowControllerImpl
-
- All Implemented Interfaces:
IController,IExecutionElementController
public class FlowControllerImpl extends Object implements IExecutionElementController
-
-
Field Summary
Fields Modifier and Type Field Description protected com.ibm.jbatch.jsl.model.Flowflowprotected ModelNavigator<com.ibm.jbatch.jsl.model.Flow>flowNavigator
-
Constructor Summary
Constructors Constructor Description FlowControllerImpl(RuntimeJobExecution jobExecution, com.ibm.jbatch.jsl.model.Flow flow, long rootJobExecutionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStatusexecute()List<Long>getLastRunStepExecutions()voidstop()
-
-
-
Field Detail
-
flowNavigator
protected ModelNavigator<com.ibm.jbatch.jsl.model.Flow> flowNavigator
-
flow
protected com.ibm.jbatch.jsl.model.Flow flow
-
-
Constructor Detail
-
FlowControllerImpl
public FlowControllerImpl(RuntimeJobExecution jobExecution, com.ibm.jbatch.jsl.model.Flow flow, long rootJobExecutionId)
-
-
Method Detail
-
execute
public ExecutionStatus execute()
- Specified by:
executein interfaceIExecutionElementController
-
stop
public void stop()
- Specified by:
stopin interfaceIController
-
getLastRunStepExecutions
public List<Long> getLastRunStepExecutions()
- Specified by:
getLastRunStepExecutionsin interfaceIController
-
-