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

Packages that use JobRegistry
org.springframework.batch.core.configuration Interfaces for registration and location of job configurations. 
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 JobRegistry in org.springframework.batch.core.configuration
 

Subinterfaces of JobRegistry in org.springframework.batch.core.configuration
 interface ListableJobRegistry
          A listable extension of JobRegistry.
 

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

Classes in org.springframework.batch.core.configuration.support that implement JobRegistry
 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.
 

Methods in org.springframework.batch.core.configuration.support with parameters of type JobRegistry
 void JobFactoryRegistrationListener.setJobRegistry(JobRegistry jobRegistry)
          Public setter for a JobRegistry to use for all the bind and unbind events.
 void JobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry)
          Injection setter for JobRegistry.
 

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

Methods in org.springframework.batch.core.launch.support with parameters of type JobRegistry
 void JobRegistryBackgroundJobRunner.setRegistry(JobRegistry registry)
          Public setter for the JobRegistry.
 



Copyright © 2009 SpringSource. All Rights Reserved.