类 JsrStepContextFactoryBean

  • 所有已实现的接口:
    org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>, org.springframework.beans.factory.InitializingBean

    public class JsrStepContextFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>, org.springframework.beans.factory.InitializingBean
    FactoryBean implementation used to create StepContext instances within the step scope.
    从以下版本开始:
    3.0
    作者:
    Michael Minella, Chris Schaefer
    • 方法详细资料

      • getObject

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

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

        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>
      • afterPropertiesSet

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