Class ListenerFactory
- java.lang.Object
-
- com.ibm.jbatch.container.artifact.proxy.ListenerFactory
-
public class ListenerFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ListenerFactory(com.ibm.jbatch.jsl.model.JSLJob jobModel, InjectionReferences injectionRefs)
-
Method Summary
-
-
-
Constructor Detail
-
ListenerFactory
public ListenerFactory(com.ibm.jbatch.jsl.model.JSLJob jobModel, InjectionReferences injectionRefs)
-
-
Method Detail
-
getJobListeners
public List<JobListenerProxy> getJobListeners()
-
getChunkListeners
public List<ChunkListenerProxy> getChunkListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getItemProcessListeners
public List<ItemProcessListenerProxy> getItemProcessListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getItemReadListeners
public List<ItemReadListenerProxy> getItemReadListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getItemWriteListeners
public List<ItemWriteListenerProxy> getItemWriteListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getRetryProcessListeners
public List<RetryProcessListenerProxy> getRetryProcessListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getRetryReadListeners
public List<RetryReadListenerProxy> getRetryReadListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getRetryWriteListeners
public List<RetryWriteListenerProxy> getRetryWriteListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getSkipProcessListeners
public List<SkipProcessListenerProxy> getSkipProcessListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getSkipReadListeners
public List<SkipReadListenerProxy> getSkipReadListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getSkipWriteListeners
public List<SkipWriteListenerProxy> getSkipWriteListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
getStepListeners
public List<StepListenerProxy> getStepListeners(com.ibm.jbatch.jsl.model.Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
-
-