Uses of Interface
com.ibm.jbatch.container.IController
-
Packages that use IController Package Description com.ibm.jbatch.container com.ibm.jbatch.container.impl -
-
Uses of IController in com.ibm.jbatch.container
Subinterfaces of IController in com.ibm.jbatch.container Modifier and Type Interface Description interfaceIExecutionElementControllerinterfaceIThreadRootController -
Uses of IController in com.ibm.jbatch.container.impl
Classes in com.ibm.jbatch.container.impl that implement IController Modifier and Type Class Description classBaseStepControllerImplChange the name of this class to something else!! Or change BaseStepControllerImpl.classBatchletStepControllerImplclassChunkStepControllerImplclassDecisionControllerImplclassFlowControllerImplclassFlowInSplitThreadRootControllerImplclassJobControllerImplclassJobThreadRootControllerImplclassPartitionedStepControllerImplclassPartitionThreadRootControllerImplCurrently there's no special function on top of the subjob required of the partition.classSingleThreadedStepControllerImplWhen 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 that return IController Modifier and Type Method Description IControllerExecutionTransitioner. getCurrentStoppableElementController()
-