Class StepLauncher


  • public class StepLauncher
    extends Object
    • Method Detail

      • execute

        public static javax.batch.runtime.StepExecution execute​(Step step)
      • exec

        public static StepLauncher.Result exec​(Step step,
                                               Properties jobParams)
        Parameters:
        step - the step to execute, Note: it can be modified by this method
        jobParams - the job parameters properties
        Returns:
        the job execution
      • execute

        public static javax.batch.runtime.StepExecution execute​(Step step,
                                                                Properties jobParams)
        Parameters:
        step - the step to execute, Note: it can be modified by this method
        jobParams - the job parameters properties
        Returns:
        the step execution