com.ibm.jbatch.container.impl
Class PartitionedStepControllerImpl
java.lang.Object
com.ibm.jbatch.container.impl.BaseStepControllerImpl
com.ibm.jbatch.container.impl.PartitionedStepControllerImpl
- All Implemented Interfaces:
- IController
public class PartitionedStepControllerImpl
- extends BaseStepControllerImpl
| Methods inherited from class com.ibm.jbatch.container.impl.BaseStepControllerImpl |
execute, getAnalyzerQueue, getLastRunStepExecutions, markJobAndStepFailed, persistExitStatusAndEndTimestamp, persistUserData, setAnalyzerQueue, setStepContext, shouldStepBeExecuted, statusStarting, toString, updateBatchStatus |
stepListeners
protected List<StepListenerProxy> stepListeners
PartitionedStepControllerImpl
protected PartitionedStepControllerImpl(RuntimeJobExecution jobExecutionImpl,
Step step,
StepContextImpl stepContext,
long rootJobExecutionId)
stop
public void stop()
invokeCoreStep
protected void invokeCoreStep()
throws JobRestartException,
JobStartException,
JobExecutionAlreadyCompleteException,
JobExecutionNotMostRecentException
- Specified by:
invokeCoreStep in class BaseStepControllerImpl
- Throws:
JobRestartException
JobStartException
JobExecutionAlreadyCompleteException
JobExecutionNotMostRecentException
setupStepArtifacts
protected void setupStepArtifacts()
- Specified by:
setupStepArtifacts in class BaseStepControllerImpl
invokePreStepArtifacts
protected void invokePreStepArtifacts()
- Specified by:
invokePreStepArtifacts in class BaseStepControllerImpl
invokePostStepArtifacts
protected void invokePostStepArtifacts()
- Specified by:
invokePostStepArtifacts in class BaseStepControllerImpl
sendStatusFromPartitionToAnalyzerIfPresent
protected void sendStatusFromPartitionToAnalyzerIfPresent()
- Specified by:
sendStatusFromPartitionToAnalyzerIfPresent in class BaseStepControllerImpl
Copyright © 2013. All Rights Reserved.