Uses of Class
com.ibm.jbatch.container.artifact.proxy.InjectionReferences

Packages that use InjectionReferences
com.ibm.jbatch.container.artifact.proxy   
com.ibm.jbatch.container.persistence   
com.ibm.jbatch.container.util   
 

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

Methods in com.ibm.jbatch.container.artifact.proxy that return InjectionReferences
static InjectionReferences ProxyFactory.getInjectionReferences()
           
 

Methods in com.ibm.jbatch.container.artifact.proxy with parameters of type InjectionReferences
static BatchletProxy ProxyFactory.createBatchletProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static CheckpointAlgorithmProxy ProxyFactory.createCheckpointAlgorithmProxy(String id, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
static DeciderProxy ProxyFactory.createDeciderProxy(String id, InjectionReferences injectionRefs)
           
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)
           
protected static Object ProxyFactory.loadArtifact(String id, InjectionReferences injectionReferences)
           
 

Constructors in com.ibm.jbatch.container.artifact.proxy with parameters of type InjectionReferences
ListenerFactory(JSLJob jobModel, InjectionReferences injectionRefs)
           
 

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

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

Uses of InjectionReferences in com.ibm.jbatch.container.util
 

Methods in com.ibm.jbatch.container.util with parameters of type InjectionReferences
static void DependencyInjectionUtility.injectReferences(Object artifact, InjectionReferences injectionRefs)
           
 



Copyright © 2013. All Rights Reserved.