类 FlowJob

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

    public class FlowJob
    extends AbstractJob
    Implementation of the Job interface that allows for complex flows of steps, rather than requiring sequential execution. In general, this job implementation was designed to be used behind a parser, allowing for a namespace to abstract away details.
    从以下版本开始:
    2.0
    作者:
    Dave Syer