org.springframework.batch.core.listener
Class StepListenerFactoryBean
java.lang.Object
org.springframework.batch.core.listener.AbstractListenerFactoryBean
org.springframework.batch.core.listener.StepListenerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class StepListenerFactoryBean
- extends AbstractListenerFactoryBean
This AbstractListenerFactoryBean implementation is used to create a
StepListener.
- Since:
- 2.0
- Author:
- Lucas Ward, Dan Garrette
- See Also:
AbstractListenerFactoryBean,
StepListenerMetaData
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepListenerFactoryBean
public StepListenerFactoryBean()
getMetaDataFromPropertyName
protected ListenerMetaData getMetaDataFromPropertyName(java.lang.String propertyName)
- Specified by:
getMetaDataFromPropertyName in class AbstractListenerFactoryBean
getMetaDataValues
protected ListenerMetaData[] getMetaDataValues()
- Specified by:
getMetaDataValues in class AbstractListenerFactoryBean
getDefaultListenerClass
protected java.lang.Class<?> getDefaultListenerClass()
- Specified by:
getDefaultListenerClass in class AbstractListenerFactoryBean
getObjectType
public java.lang.Class getObjectType()
getListener
public static StepListener getListener(java.lang.Object delegate)
- Convenience method to wrap any object and expose the appropriate
StepListener interfaces.
- Parameters:
delegate - a delegate object
- Returns:
- a StepListener instance constructed from the delegate
isListener
public static boolean isListener(java.lang.Object delegate)
- Convenience method to check whether the given object is or can be made
into a
StepListener.
- Parameters:
delegate - the object to check
- Returns:
- true if the delegate is an instance of any of the
StepListener interfaces, or contains the marker
annotations
Copyright © 2009. All Rights Reserved.