Uses of Interface
com.ibm.jbatch.container.IController

Packages that use IController
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
 interface IThreadRootController
           
 

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

Classes in com.ibm.jbatch.container.impl that implement IController
 class BaseStepControllerImpl
          Change the name of this class to something else!! Or change BaseStepControllerImpl.
 class BatchletStepControllerImpl
           
 class ChunkStepControllerImpl
           
 class DecisionControllerImpl
           
 class FlowControllerImpl
           
 class FlowInSplitThreadRootControllerImpl
           
 class JobControllerImpl
           
 class JobThreadRootControllerImpl
           
 class PartitionedStepControllerImpl
           
 class PartitionThreadRootControllerImpl
          Currently there's no special function on top of the subjob required of the partition.
 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.
 class SplitControllerImpl
           
 

Methods in com.ibm.jbatch.container.impl that return IController
 IController ExecutionTransitioner.getCurrentStoppableElementController()
           
 

Methods in com.ibm.jbatch.container.impl with parameters of type IController
protected  void DecisionControllerImpl.setPreviousStepExecutions(ExecutionElement previousExecutionElement, IController previousElementController)
           
 



Copyright © 2013. All Rights Reserved.