类 DecisionStepFactoryBean

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

    public class DecisionStepFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<Step>, org.springframework.beans.factory.InitializingBean
    FactoryBean for creating a DecisionStep.
    从以下版本开始:
    3.0
    作者:
    Michael Minella
    • 方法详细资料

      • setDecider

        public void setDecider​(javax.batch.api.Decider decider)
        参数:
        decider - a Decider
        抛出:
        java.lang.IllegalArgumentException - if the type passed in is not a valid type
      • setName

        public void setName​(java.lang.String name)
        The name of the state
        参数:
        name - the name to be used by the DecisionStep.
      • getObject

        public Step getObject()
                       throws java.lang.Exception
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<Step>
        抛出:
        java.lang.Exception
      • getObjectType

        public java.lang.Class<?> getObjectType()
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<Step>
      • isSingleton

        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<Step>
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
        java.lang.Exception