com.ibm.jbatch.container.artifact.proxy
Class ListenerFactory

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.ListenerFactory

public class ListenerFactory
extends Object


Constructor Summary
ListenerFactory(JSLJob jobModel, InjectionReferences injectionRefs)
           
 
Method Summary
 List<ChunkListenerProxy> getChunkListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemProcessListenerProxy> getItemProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemReadListenerProxy> getItemReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<ItemWriteListenerProxy> getItemWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<JobListenerProxy> getJobListeners()
           
 List<RetryProcessListenerProxy> getRetryProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<RetryReadListenerProxy> getRetryReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<RetryWriteListenerProxy> getRetryWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipProcessListenerProxy> getSkipProcessListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipReadListenerProxy> getSkipReadListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<SkipWriteListenerProxy> getSkipWriteListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 List<StepListenerProxy> getStepListeners(Step step, InjectionReferences injectionRefs, StepContextImpl stepContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerFactory

public ListenerFactory(JSLJob jobModel,
                       InjectionReferences injectionRefs)
Method Detail

getJobListeners

public List<JobListenerProxy> getJobListeners()

getChunkListeners

public List<ChunkListenerProxy> getChunkListeners(Step step,
                                                  InjectionReferences injectionRefs,
                                                  StepContextImpl stepContext)

getItemProcessListeners

public List<ItemProcessListenerProxy> getItemProcessListeners(Step step,
                                                              InjectionReferences injectionRefs,
                                                              StepContextImpl stepContext)

getItemReadListeners

public List<ItemReadListenerProxy> getItemReadListeners(Step step,
                                                        InjectionReferences injectionRefs,
                                                        StepContextImpl stepContext)

getItemWriteListeners

public List<ItemWriteListenerProxy> getItemWriteListeners(Step step,
                                                          InjectionReferences injectionRefs,
                                                          StepContextImpl stepContext)

getRetryProcessListeners

public List<RetryProcessListenerProxy> getRetryProcessListeners(Step step,
                                                                InjectionReferences injectionRefs,
                                                                StepContextImpl stepContext)

getRetryReadListeners

public List<RetryReadListenerProxy> getRetryReadListeners(Step step,
                                                          InjectionReferences injectionRefs,
                                                          StepContextImpl stepContext)

getRetryWriteListeners

public List<RetryWriteListenerProxy> getRetryWriteListeners(Step step,
                                                            InjectionReferences injectionRefs,
                                                            StepContextImpl stepContext)

getSkipProcessListeners

public List<SkipProcessListenerProxy> getSkipProcessListeners(Step step,
                                                              InjectionReferences injectionRefs,
                                                              StepContextImpl stepContext)

getSkipReadListeners

public List<SkipReadListenerProxy> getSkipReadListeners(Step step,
                                                        InjectionReferences injectionRefs,
                                                        StepContextImpl stepContext)

getSkipWriteListeners

public List<SkipWriteListenerProxy> getSkipWriteListeners(Step step,
                                                          InjectionReferences injectionRefs,
                                                          StepContextImpl stepContext)

getStepListeners

public List<StepListenerProxy> getStepListeners(Step step,
                                                InjectionReferences injectionRefs,
                                                StepContextImpl stepContext)


Copyright © 2013. All Rights Reserved.