| Package | Description |
|---|---|
| org.springframework.batch.core.configuration.xml | |
| org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends AbstractListenerFactoryBean> |
StepListenerParser.getBeanClass() |
protected Class<? extends AbstractListenerFactoryBean> |
JobExecutionListenerParser.getBeanClass() |
protected abstract Class<? extends AbstractListenerFactoryBean> |
AbstractListenerParser.getBeanClass() |
protected Class<? extends AbstractListenerFactoryBean> |
TopLevelStepListenerParser.getBeanClass(Element element) |
protected Class<? extends AbstractListenerFactoryBean> |
TopLevelJobListenerParser.getBeanClass(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobListenerFactoryBean
This
AbstractListenerFactoryBean implementation is used to create a
JobExecutionListener. |
class |
StepListenerFactoryBean
This
AbstractListenerFactoryBean implementation is used to create a
StepListener. |
Copyright © 2013. All rights reserved.