Class JsrStepHandler

  • All Implemented Interfaces:
    StepHandler, org.springframework.beans.factory.InitializingBean

    public class JsrStepHandler
    extends SimpleStepHandler
    Extends SimpleStepHandler to apply JSR-352 specific logic for whether to start a step.
    Since:
    3.0
    Author:
    Michael Minella
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Description copied from class: SimpleStepHandler
        Check mandatory properties (jobRepository).
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Overrides:
        afterPropertiesSet in class SimpleStepHandler
        Throws:
        java.lang.Exception
        See Also:
        InitializingBean.afterPropertiesSet()