Uses of Class
com.ibm.jbatch.container.impl.BaseStepControllerImpl
-
Packages that use BaseStepControllerImpl Package Description com.ibm.jbatch.container.impl -
-
Uses of BaseStepControllerImpl in com.ibm.jbatch.container.impl
Subclasses of BaseStepControllerImpl in com.ibm.jbatch.container.impl Modifier and Type Class Description classBatchletStepControllerImplclassChunkStepControllerImplclassPartitionedStepControllerImplclassSingleThreadedStepControllerImplWhen 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 Modifier and Type Method Description static BaseStepControllerImplExecutionElementControllerFactory. getStepController(RuntimeJobExecution jobExecutionImpl, com.ibm.jbatch.jsl.model.Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)
-