Uses of Class
org.springframework.batch.core.listener.JobListenerMetaData

Packages that use JobListenerMetaData
org.springframework.batch.core.listener Generic implementations of core batch listener interfaces. 
 

Uses of JobListenerMetaData in org.springframework.batch.core.listener
 

Methods in org.springframework.batch.core.listener that return JobListenerMetaData
static JobListenerMetaData JobListenerMetaData.fromPropertyName(String propertyName)
          Return the relevant meta data for the provided property name.
static JobListenerMetaData JobListenerMetaData.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobListenerMetaData[] JobListenerMetaData.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 SpringSource. All Rights Reserved.