Class SimpleJob

java.lang.Object
org.springframework.batch.core.job.AbstractJob
org.springframework.batch.core.job.SimpleJob
All Implemented Interfaces:
Job, StepLocator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class SimpleJob extends AbstractJob
Simple implementation of Job interface providing the ability to run a JobExecution. Sequentially executes a job by iterating through its list of steps. Any Step that fails will fail the job. The job is considered complete when all steps have been executed.
Author:
Lucas Ward, Dave Syer, Michael Minella, Mahmoud Ben Hassine