Uses of Interface
org.springframework.batch.core.JobExecutionListener

Packages that use JobExecutionListener
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.job.builder   
org.springframework.batch.core.listener Generic implementations of core batch listener interfaces. 
 

Uses of JobExecutionListener in org.springframework.batch.core.job
 

Methods in org.springframework.batch.core.job with parameters of type JobExecutionListener
 void AbstractJob.registerJobExecutionListener(JobExecutionListener listener)
          Register a single listener for the JobExecutionListener callbacks.
 void AbstractJob.setJobExecutionListeners(JobExecutionListener[] listeners)
          Public setter for injecting JobExecutionListeners.
 

Uses of JobExecutionListener in org.springframework.batch.core.job.builder
 

Methods in org.springframework.batch.core.job.builder that return types with arguments of type JobExecutionListener
 List<JobExecutionListener> JobBuilderHelper.CommonJobProperties.getJobExecutionListeners()
           
 

Methods in org.springframework.batch.core.job.builder with parameters of type JobExecutionListener
 void JobBuilderHelper.CommonJobProperties.addJobExecutionListener(JobExecutionListener jobExecutionListener)
           
 B JobBuilderHelper.listener(JobExecutionListener listener)
          Register a job execution listener.
 

Method parameters in org.springframework.batch.core.job.builder with type arguments of type JobExecutionListener
 void JobBuilderHelper.CommonJobProperties.addStepExecutionListeners(List<JobExecutionListener> jobExecutionListeners)
           
 

Uses of JobExecutionListener in org.springframework.batch.core.listener
 

Classes in org.springframework.batch.core.listener that implement JobExecutionListener
 class CompositeJobExecutionListener
           
 class JobExecutionListenerSupport
           
 

Methods in org.springframework.batch.core.listener that return JobExecutionListener
static JobExecutionListener JobListenerFactoryBean.getListener(Object delegate)
          Convenience method to wrap any object and expose the appropriate JobExecutionListener interfaces.
 

Methods in org.springframework.batch.core.listener with parameters of type JobExecutionListener
 void CompositeJobExecutionListener.register(JobExecutionListener jobExecutionListener)
          Register additional listener.
 

Method parameters in org.springframework.batch.core.listener with type arguments of type JobExecutionListener
 void CompositeJobExecutionListener.setListeners(List<? extends JobExecutionListener> listeners)
          Public setter for the listeners.
 



Copyright © 2013 SpringSource. All Rights Reserved.