Uses of Class
org.springframework.batch.core.listener.AbstractListenerFactoryBean
Packages that use AbstractListenerFactoryBean
Package
Description
Parsers for XML based configuration
Generic implementations of core batch listener interfaces.
-
Uses of AbstractListenerFactoryBean in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return types with arguments of type AbstractListenerFactoryBeanModifier and TypeMethodDescriptionprotected abstract Class<? extends AbstractListenerFactoryBean<?>>AbstractListenerParser.getBeanClass()Gets the bean class.protected Class<? extends AbstractListenerFactoryBean<?>>JobExecutionListenerParser.getBeanClass()protected Class<? extends AbstractListenerFactoryBean<?>>StepListenerParser.getBeanClass()protected Class<? extends AbstractListenerFactoryBean<?>>TopLevelJobListenerParser.getBeanClass(Element element) protected Class<? extends AbstractListenerFactoryBean<?>>TopLevelStepListenerParser.getBeanClass(Element element) -
Uses of AbstractListenerFactoryBean in org.springframework.batch.core.listener
Subclasses of AbstractListenerFactoryBean in org.springframework.batch.core.listenerModifier and TypeClassDescriptionclassThisAbstractListenerFactoryBeanimplementation is used to create aJobExecutionListener.classThisAbstractListenerFactoryBeanimplementation is used to create aStepListener.