Uses of Interface
org.springframework.batch.core.JobExecutionListener
Packages that use JobExecutionListener
Package
Description
Parsers for XML based configuration
Specific implementations of job concerns.
Job and flow level builders for java based configuration of batch jobs
Generic implementations of core batch listener interfaces.
-
Uses of JobExecutionListener in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type JobExecutionListenerModifier and TypeMethodDescriptionvoidJobParserJobFactoryBean.setJobExecutionListeners(JobExecutionListener[] jobExecutionListeners) -
Uses of JobExecutionListener in org.springframework.batch.core.job
Methods in org.springframework.batch.core.job with parameters of type JobExecutionListenerModifier and TypeMethodDescriptionvoidAbstractJob.registerJobExecutionListener(JobExecutionListener listener) Register a single listener for theJobExecutionListenercallbacks.voidAbstractJob.setJobExecutionListeners(JobExecutionListener[] listeners) Public setter for injectingJobExecutionListeners. -
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 JobExecutionListenerModifier and TypeMethodDescriptionJobBuilderHelper.CommonJobProperties.getJobExecutionListeners()Methods in org.springframework.batch.core.job.builder with parameters of type JobExecutionListenerModifier and TypeMethodDescriptionvoidJobBuilderHelper.CommonJobProperties.addJobExecutionListener(JobExecutionListener jobExecutionListener) JobBuilderHelper.listener(JobExecutionListener listener) Register a job execution listener.Method parameters in org.springframework.batch.core.job.builder with type arguments of type JobExecutionListenerModifier and TypeMethodDescriptionvoidJobBuilderHelper.CommonJobProperties.addStepExecutionListeners(List<JobExecutionListener> jobExecutionListeners) -
Uses of JobExecutionListener in org.springframework.batch.core.listener
Classes in org.springframework.batch.core.listener that implement JobExecutionListenerModifier and TypeClassDescriptionclassclassDeprecated.Methods in org.springframework.batch.core.listener that return JobExecutionListenerModifier and TypeMethodDescriptionstatic JobExecutionListenerJobListenerFactoryBean.getListener(Object delegate) Convenience method to wrap any object and expose the appropriateJobExecutionListenerinterfaces.Methods in org.springframework.batch.core.listener with parameters of type JobExecutionListenerModifier and TypeMethodDescriptionvoidCompositeJobExecutionListener.register(JobExecutionListener jobExecutionListener) Register additional listener.Method parameters in org.springframework.batch.core.listener with type arguments of type JobExecutionListenerModifier and TypeMethodDescriptionvoidCompositeJobExecutionListener.setListeners(List<? extends JobExecutionListener> listeners) Public setter for the listeners.
JobExecutionListener