类 JobFactoryBean

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

    public class JobFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.SmartFactoryBean<FlowJob>
    This FactoryBean is used by the JSR-352 namespace parser to create FlowJob objects. It stores all of the properties that are configurable on the <job/>.
    从以下版本开始:
    3.0
    作者:
    Michael Minella