Package | Description |
---|---|
org.springframework.batch.core.job |
Specific implementations of job concerns.
|
org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJob.registerJobExecutionListener(JobExecutionListener listener)
Register a single listener for the
JobExecutionListener
callbacks. |
void |
AbstractJob.setJobExecutionListeners(JobExecutionListener[] listeners)
Public setter for injecting
JobExecutionListener s. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeJobExecutionListener |
class |
JobExecutionListenerSupport |
Modifier and Type | Method and Description |
---|---|
static JobExecutionListener |
JobListenerFactoryBean.getListener(Object delegate)
Convenience method to wrap any object and expose the appropriate
JobExecutionListener interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeJobExecutionListener.register(JobExecutionListener jobExecutionListener)
Register additional listener.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeJobExecutionListener.setListeners(List<? extends JobExecutionListener> listeners)
Public setter for the listeners.
|
Copyright © 2013 SpringSource. All rights reserved.