Package org.springframework.batch.core.configuration

Interfaces for registration and location of job configurations.

See:
          Description

Interface Summary
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.
 

Exception Summary
DuplicateJobException Checked exception that indicates a name clash when registering Job instances.
 

Package org.springframework.batch.core.configuration Description

Interfaces for registration and location of job configurations.



Copyright © 2009 SpringSource. All Rights Reserved.