Uses of Interface
com.ibm.jbatch.container.IExecutionElementController
-
Packages that use IExecutionElementController Package Description com.ibm.jbatch.container.impl -
-
Uses of IExecutionElementController in com.ibm.jbatch.container.impl
Classes in com.ibm.jbatch.container.impl that implement IExecutionElementController Modifier and Type Class Description classBaseStepControllerImplChange the name of this class to something else!! Or change BaseStepControllerImpl.classBatchletStepControllerImplclassChunkStepControllerImplclassDecisionControllerImplclassFlowControllerImplclassPartitionedStepControllerImplclassSingleThreadedStepControllerImplWhen 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.classSplitControllerImplMethods in com.ibm.jbatch.container.impl with parameters of type IExecutionElementController Modifier and Type Method Description protected voidDecisionControllerImpl. setPreviousStepExecutions(ExecutionElement previousExecutionElement, IExecutionElementController previousElementController)
-