Uses of Class
com.ibm.jbatch.container.context.impl.StepContextImpl

Packages that use StepContextImpl
com.ibm.jbatch.container.artifact.proxy   
com.ibm.jbatch.container.impl   
com.ibm.jbatch.container.jobinstance   
com.ibm.jbatch.container.persistence   
com.ibm.jbatch.container.services This interfaces are tightly coupled to the existing batch implementation. 
com.ibm.jbatch.container.services.impl   
 

Uses of StepContextImpl in com.ibm.jbatch.container.artifact.proxy
 

Fields in com.ibm.jbatch.container.artifact.proxy declared as StepContextImpl
protected  StepContextImpl AbstractProxy.stepContext
           
 

Methods in com.ibm.jbatch.container.artifact.proxy with parameters of type StepContextImpl
static BatchletProxy ProxyFactory.createBatchletProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static CheckpointAlgorithmProxy ProxyFactory.createCheckpointAlgorithmProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static ItemProcessorProxy ProxyFactory.createItemProcessorProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static ItemReaderProxy ProxyFactory.createItemReaderProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static ItemWriterProxy ProxyFactory.createItemWriterProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static PartitionAnalyzerProxy ProxyFactory.createPartitionAnalyzerProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static PartitionCollectorProxy ProxyFactory.createPartitionCollectorProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static PartitionMapperProxy ProxyFactory.createPartitionMapperProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static PartitionReducerProxy ProxyFactory.createPartitionReducerProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ChunkListenerProxy> ListenerFactory.getChunkListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemProcessListenerProxy> ListenerFactory.getItemProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemReadListenerProxy> ListenerFactory.getItemReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemWriteListenerProxy> ListenerFactory.getItemWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<RetryProcessListenerProxy> ListenerFactory.getRetryProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<RetryReadListenerProxy> ListenerFactory.getRetryReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<RetryWriteListenerProxy> ListenerFactory.getRetryWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipProcessListenerProxy> ListenerFactory.getSkipProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipReadListenerProxy> ListenerFactory.getSkipReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipWriteListenerProxy> ListenerFactory.getSkipWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<StepListenerProxy> ListenerFactory.getStepListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 void AbstractProxy.setStepContext(StepContextImpl stepContext)
           
 

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

Fields in com.ibm.jbatch.container.impl declared as StepContextImpl
protected  StepContextImpl BaseStepControllerImpl.stepContext
           
 

Methods in com.ibm.jbatch.container.impl with parameters of type StepContextImpl
static BaseStepControllerImpl ExecutionElementControllerFactory.getStepController(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 void BaseStepControllerImpl.setStepContext(StepContextImpl stepContext)
           
 

Constructors in com.ibm.jbatch.container.impl with parameters of type StepContextImpl
BaseStepControllerImpl(RuntimeJobExecution jobExecution, Step step, StepContextImpl stepContext, long rootJobExecutionId)
           
BaseStepControllerImpl(RuntimeJobExecution jobExecution, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
BatchletStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
ChunkStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
PartitionedStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId)
           
SingleThreadedStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
 

Uses of StepContextImpl in com.ibm.jbatch.container.jobinstance
 

Methods in com.ibm.jbatch.container.jobinstance with parameters of type StepContextImpl
 void StepExecutionImpl.setStepContext(StepContextImpl stepContext)
           
 

Uses of StepContextImpl in com.ibm.jbatch.container.persistence
 

Methods in com.ibm.jbatch.container.persistence with parameters of type StepContextImpl
static CheckpointAlgorithmProxy CheckpointAlgorithmFactory.getCheckpointAlgorithmProxy(Step step, InjectionReferences injectionReferences, StepContextImpl stepContext)
           
 

Uses of StepContextImpl in com.ibm.jbatch.container.services
 

Methods in com.ibm.jbatch.container.services with parameters of type StepContextImpl
 StepExecutionImpl IPersistenceManagerService.createStepExecution(long jobExecId, StepContextImpl stepContext)
          Create a StepExecution
 void IPersistenceManagerService.updateStepExecution(long jobExecId, StepContextImpl stepContext)
          Update a StepExecution
 

Uses of StepContextImpl in com.ibm.jbatch.container.services.impl
 

Methods in com.ibm.jbatch.container.services.impl with parameters of type StepContextImpl
 StepExecutionImpl JDBCPersistenceManagerImpl.createStepExecution(long rootJobExecId, StepContextImpl stepContext)
           
 void JDBCPersistenceManagerImpl.updateStepExecution(long rootJobExecId, StepContextImpl stepContext)
           
 



Copyright © 2013. All Rights Reserved.