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.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 SimpleJob.registerJobExecutionListener(JobExecutionListener listener)
          Register a single listener for the JobExecutionListener callbacks.
 void SimpleJob.setJobExecutionListeners(JobExecutionListener[] listeners)
          Public setter for injecting JobExecutionListeners.
 

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

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

Methods in org.springframework.batch.core.listener with parameters of type JobExecutionListener
 void CompositeExecutionJobListener.register(JobExecutionListener jobExecutionListener)
          Register additional listener.
 void CompositeExecutionJobListener.setListeners(JobExecutionListener[] listeners)
          Public setter for the listeners.
 



Copyright © 2008 SpringSource. All Rights Reserved.