类 SimpleJob

  • 所有已实现的接口:
    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.
    作者:
    Lucas Ward, Dave Syer, Michael Minella