类 JobParserJobFactoryBean

  • 所有已实现的接口:
    org.springframework.beans.factory.FactoryBean<FlowJob>, org.springframework.beans.factory.SmartFactoryBean<FlowJob>

    public class JobParserJobFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.SmartFactoryBean<FlowJob>
    This FactoryBean is used by the batch namespace parser to create FlowJob objects. It stores all of the properties that are configurable on the <job/>.
    从以下版本开始:
    2.0.1
    作者:
    Dan Garrette, Dave Syer