Class JobLauncher


  • public class JobLauncher
    extends Object
    A helper class test oriented.
    • Constructor Detail

      • JobLauncher

        public JobLauncher​(String name)
    • Method Detail

      • start

        public javax.batch.runtime.JobExecution start​(Properties properties)
      • getLastStepExecutions

        public List<javax.batch.runtime.StepExecution> getLastStepExecutions()
      • start

        public static javax.batch.runtime.JobExecution start​(String name,
                                                             Properties properties)
      • restart

        public javax.batch.runtime.JobExecution restart​(long id,
                                                        Properties properties)