Uses of Class
com.ibm.jbatch.container.impl.BaseStepControllerImpl

Packages that use BaseStepControllerImpl
com.ibm.jbatch.container.impl   
 

Uses of BaseStepControllerImpl in com.ibm.jbatch.container.impl
 

Subclasses of BaseStepControllerImpl in com.ibm.jbatch.container.impl
 class BatchletStepControllerImpl
           
 class ChunkStepControllerImpl
           
 class PartitionedStepControllerImpl
           
 class SingleThreadedStepControllerImpl
          When a partitioned step is run, this controller will only be used for the partition threads, NOT the top-level main thread that the step executes upon.
 

Methods in com.ibm.jbatch.container.impl that return BaseStepControllerImpl
static BaseStepControllerImpl ExecutionElementControllerFactory.getStepController(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 



Copyright © 2013. All Rights Reserved.