Summer.Batch.Core.Repository Namespace Reference

Namespaces

Classes

interface  IExecutionContextSerializer
 A composite interface that combines both serialization and deserialization of an execution context into a single implementation. Implementations of this interface are used to serialize the execution context for persistence during the execution of a job. More...
 
interface  IJobRepository
 Repository responsible for persistence of batch meta-data entities. More...
 
class  JobExecutionAlreadyRunningException
 JobExecutionAlreadyRunningException More...
 
class  JobInstanceAlreadyCompleteException
 An exception indicating an illegal attempt to restart a job that was already completed successfully. More...
 
class  JobRestartException
 An exception indicating an illegal attempt to restart a job. More...