Package org.springframework.batch.core.repository

Interfaces and generic implementations of repository concerns.

See:
          Description

Interface Summary
JobRepository Repository for storing batch JobExecution and StepExecutions.
 

Exception Summary
DuplicateJobException Checked exception that indicates a name clash when registering Job instances.
JobExecutionAlreadyRunningException  
JobInstanceAlreadyCompleteException An exception indicating an illegal attempt to restart a job that was already completed successfully.
JobRestartException An exception indicating an illegal attempt to restart a job.
NoSuchJobException Checked exception to indicate that a required Job is not available.
 

Package org.springframework.batch.core.repository Description

Interfaces and generic implementations of repository concerns.



Copyright © 2008 SpringSource. All Rights Reserved.