类 AbstractJob

  • 所有已实现的接口:
    Job, StepLocator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
    直接已知子类:
    FlowJob, SimpleJob

    public abstract class AbstractJob
    extends java.lang.Object
    implements Job, StepLocator, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
    Abstract implementation of the Job interface. Common dependencies such as a JobRepository, JobExecutionListeners, and various configuration parameters are set here. Therefore, common error handling and listener calling activities are abstracted away from implementations.
    作者:
    Lucas Ward, Dave Syer, Mahmoud Ben Hassine