Uses of Interface
org.springframework.batch.core.configuration.ListableJobRegistry

Packages that use ListableJobRegistry
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
 

Uses of ListableJobRegistry in org.springframework.batch.core.configuration.support
 

Classes in org.springframework.batch.core.configuration.support that implement ListableJobRegistry
 class ClassPathXmlJobRegistry
          Implementation of the ListableJobRegistry interface that assumes all Jobs will be loaded from ClassPathXml resources.
 class MapJobRegistry
          Simple map-based implementation of JobRegistry.
 

Uses of ListableJobRegistry in org.springframework.batch.core.launch.support
 

Methods in org.springframework.batch.core.launch.support with parameters of type ListableJobRegistry
 void SimpleJobOperator.setJobRegistry(ListableJobRegistry jobRegistry)
          Public setter for the ListableJobRegistry.
 



Copyright © 2009. All Rights Reserved.