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.annotation   
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.
ListableJobLocator
          A listable extension of JobLocator.
 

Classes in org.springframework.batch.core.configuration used by org.springframework.batch.core.configuration.annotation
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.
ListableJobLocator
          A listable extension of JobLocator.
StepRegistry
          Registry keeping track of all the Step defined in a Job.
 

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.
ListableJobLocator
          A listable extension of JobLocator.
 

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

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 © 2013 SpringSource. All Rights Reserved.