|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StepListenerMetaData>
org.springframework.batch.core.listener.StepListenerMetaData
public enum StepListenerMetaData
Enumeration for StepListener meta data, which ties together the names
of methods, their interfaces, annotation, and expected arguments.
StepListenerFactoryBean| Method Summary | |
|---|---|
static StepListenerMetaData |
fromPropertyName(java.lang.String propertyName)
Return the relevant meta data for the provided property name. |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotation()
|
java.lang.Class<?> |
getListenerInterface()
|
java.lang.String |
getMethodName()
|
java.lang.Class<?>[] |
getParamTypes()
|
java.lang.String |
getPropertyName()
|
static StepListenerMetaData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StepListenerMetaData[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StepListenerMetaData BEFORE_STEP
public static final StepListenerMetaData AFTER_STEP
public static final StepListenerMetaData BEFORE_CHUNK
public static final StepListenerMetaData AFTER_CHUNK
public static final StepListenerMetaData BEFORE_READ
public static final StepListenerMetaData AFTER_READ
public static final StepListenerMetaData ON_READ_ERROR
public static final StepListenerMetaData BEFORE_PROCESS
public static final StepListenerMetaData AFTER_PROCESS
public static final StepListenerMetaData ON_PROCESS_ERROR
public static final StepListenerMetaData BEFORE_WRITE
public static final StepListenerMetaData AFTER_WRITE
public static final StepListenerMetaData ON_WRITE_ERROR
public static final StepListenerMetaData ON_SKIP_IN_READ
public static final StepListenerMetaData ON_SKIP_IN_PROCESS
public static final StepListenerMetaData ON_SKIP_IN_WRITE
| Method Detail |
|---|
public static final StepListenerMetaData[] values()
for(StepListenerMetaData c : StepListenerMetaData.values())
System.out.println(c);
public static StepListenerMetaData valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String getMethodName()
getMethodName in interface ListenerMetaDatapublic java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()
getAnnotation in interface ListenerMetaDatapublic java.lang.Class<?> getListenerInterface()
getListenerInterface in interface ListenerMetaDatapublic java.lang.Class<?>[] getParamTypes()
getParamTypes in interface ListenerMetaDatapublic java.lang.String getPropertyName()
getPropertyName in interface ListenerMetaDatapublic static StepListenerMetaData fromPropertyName(java.lang.String propertyName)
propertyName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||