Class JobRunner

java.lang.Object
com.axelor.quartz.JobRunner

@Singleton public class JobRunner extends Object
The JobRunner controls the scheduler.

It configures the Scheduler from the job configuration provided from the database. It also provides some public methods to start/restart/stop the scheduler.
  • Constructor Details

    • JobRunner

      public JobRunner()
  • Method Details