Class QuartzJobRunner

java.lang.Object
com.kingsrook.qqq.backend.core.scheduler.quartz.QuartzJobRunner
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class QuartzJobRunner extends Object implements org.quartz.Job
  • Constructor Details

    • QuartzJobRunner

      public QuartzJobRunner()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • setLogLevel

      public static void setLogLevel(org.apache.logging.log4j.Level level)