com.ibm.jbatch.container.impl
Class ExecutionTransitioner

java.lang.Object
  extended by com.ibm.jbatch.container.impl.ExecutionTransitioner

public class ExecutionTransitioner
extends Object


Constructor Summary
ExecutionTransitioner(RuntimeJobExecution jobExecution, long rootJobExecutionId, ModelNavigator<?> modelNavigator)
           
ExecutionTransitioner(RuntimeJobExecution jobExecution, long rootJobExecutionId, ModelNavigator<JSLJob> jobNavigator, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 
Method Summary
 JobOrFlowStatus doExecutionLoop()
          Used for job and flow.
 IController getCurrentStoppableElementController()
           
 List<Long> getStepExecIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionTransitioner

public ExecutionTransitioner(RuntimeJobExecution jobExecution,
                             long rootJobExecutionId,
                             ModelNavigator<?> modelNavigator)

ExecutionTransitioner

public ExecutionTransitioner(RuntimeJobExecution jobExecution,
                             long rootJobExecutionId,
                             ModelNavigator<JSLJob> jobNavigator,
                             BlockingQueue<PartitionDataWrapper> analyzerQueue)
Method Detail

doExecutionLoop

public JobOrFlowStatus doExecutionLoop()
Used for job and flow.

Returns:

getCurrentStoppableElementController

public IController getCurrentStoppableElementController()

getStepExecIds

public List<Long> getStepExecIds()


Copyright © 2013. All Rights Reserved.