com.ibm.batch.container.impl
Class BatchletStepControllerImpl

java.lang.Object
  extended by com.ibm.batch.container.impl.BaseStepControllerImpl
      extended by com.ibm.batch.container.impl.SingleThreadedStepControllerImpl
          extended by com.ibm.batch.container.impl.BatchletStepControllerImpl
All Implemented Interfaces:
IController, IExecutionElementController

public class BatchletStepControllerImpl
extends SingleThreadedStepControllerImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.batch.container.IExecutionElementController
IExecutionElementController.ExecutionWasStarted
 
Field Summary
 
Fields inherited from class com.ibm.batch.container.impl.BaseStepControllerImpl
_jobIdManagementService, analyzerProxy, batchKernel, collectorProxy, flowContext, jobExecutionImpl, jobInstance, splitContext, step, stepContext, stepStatus, transactionManager
 
Constructor Summary
BatchletStepControllerImpl(RuntimeJobExecutionImpl jobExecutionImpl, Step step)
           
 
Method Summary
protected  void invokeCoreStep()
           
 void stop()
           
 
Methods inherited from class com.ibm.batch.container.impl.SingleThreadedStepControllerImpl
invokePostStepArtifacts, invokePreStepArtifacts, setupStepArtifacts
 
Methods inherited from class com.ibm.batch.container.impl.BaseStepControllerImpl
execute, getAnalyzerProxy, preInvokeStep, registerStepExecution, runAlreadyCompletedStep, setAnalyzerProxy, setFlowContext, setSplitContext, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.batch.container.IExecutionElementController
execute, setAnalyzerProxy, setFlowContext, setSplitContext, setStepContext
 

Constructor Detail

BatchletStepControllerImpl

public BatchletStepControllerImpl(RuntimeJobExecutionImpl jobExecutionImpl,
                                  Step step)
Method Detail

invokeCoreStep

protected void invokeCoreStep()
                       throws BatchContainerServiceException
Specified by:
invokeCoreStep in class BaseStepControllerImpl
Throws:
BatchContainerServiceException

stop

public void stop()


Copyright © 2013. All Rights Reserved.