Class 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 Detail

      • JobRunner

        public JobRunner()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • start

        public void start()
        Start the scheduler.
      • stop

        public void stop()
        Stop the scheduler.
      • restart

        public void restart()
        Reconfigure the scheduler and restart.