Uses of Package
org.springframework.batch.core.configuration

Packages that use org.springframework.batch.core.configuration
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. 
org.springframework.batch.sample.launch   
org.springframework.batch.sample.quartz   
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.core.configuration
DuplicateJobException
          Checked exception that indicates a name clash when registering Job instances.
JobFactory
          Strategy for creating a single job.
JobLocator
          A runtime service locator interface for retrieving job configurations by name.
JobRegistry
          A runtime service registry interface for registering job configurations by name.
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.core.configuration.support
DuplicateJobException
          Checked exception that indicates a name clash when registering Job instances.
JobFactory
          Strategy for creating a single job.
JobLocator
          A runtime service locator interface for retrieving job configurations by name.
JobRegistry
          A runtime service registry interface for registering job configurations by name.
ListableJobRegistry
          A listable extension of JobRegistry.
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.core.launch.support
JobLocator
          A runtime service locator interface for retrieving job configurations by name.
JobRegistry
          A runtime service registry interface for registering job configurations by name.
ListableJobRegistry
          A listable extension of JobRegistry.
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.sample.launch
ListableJobRegistry
          A listable extension of JobRegistry.
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.sample.quartz
JobLocator
          A runtime service locator interface for retrieving job configurations by name.
 



Copyright © 2009 SpringSource. All Rights Reserved.