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. 
 

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 MapJobRegistry
          Simple map-based implementation of JobRegistry.
 

Methods in org.springframework.batch.core.configuration.support with parameters of type JobRegistry
 void JobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry)
          Injection setter for JobRegistry.
 



Copyright © 2008 SpringSource. All Rights Reserved.