com.ibm.jbatch.container.impl
Class DecisionControllerImpl

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

public class DecisionControllerImpl
extends Object
implements IController


Constructor Summary
DecisionControllerImpl(RuntimeJobExecution jobExecution, Decision decision)
           
 
Method Summary
 String execute()
           
 List<Long> getLastRunStepExecutions()
           
protected  void setPreviousStepExecutions(ExecutionElement previousExecutionElement, IController previousElementController)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionControllerImpl

public DecisionControllerImpl(RuntimeJobExecution jobExecution,
                              Decision decision)
Method Detail

execute

public String execute()

setPreviousStepExecutions

protected void setPreviousStepExecutions(ExecutionElement previousExecutionElement,
                                         IController previousElementController)

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.