org.springframework.batch.core.listener
Interface ListenerMetaData

All Known Implementing Classes:
JobListenerMetaData, StepListenerMetaData

public interface ListenerMetaData

A common interface for listener meta data enumerations.

Since:
2.0
Author:
Dan Garrette
See Also:
JobListenerMetaData, StepListenerMetaData

Method Summary
 Class<? extends Annotation> getAnnotation()
           
 Class<?> getListenerInterface()
           
 String getMethodName()
           
 Class<?>[] getParamTypes()
           
 String getPropertyName()
           
 

Method Detail

getMethodName

String getMethodName()

getAnnotation

Class<? extends Annotation> getAnnotation()

getListenerInterface

Class<?> getListenerInterface()

getPropertyName

String getPropertyName()

getParamTypes

Class<?>[] getParamTypes()


Copyright © 2013 SpringSource. All Rights Reserved.