Class BootJobListener

java.lang.Object
org.quartz.listeners.JobListenerSupport
org.summerboot.jexpress.integration.quartz.BootJobListener
All Implemented Interfaces:
org.quartz.JobListener

public class BootJobListener extends org.quartz.listeners.JobListenerSupport
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Details

    • log

      protected static final org.apache.logging.log4j.Logger log
    • FIXED_DELAY_VALUE

      public static final String FIXED_DELAY_VALUE
      See Also:
    • FIXED_DELAY_DESC

      public static final String FIXED_DELAY_DESC
      See Also:
    • JOB_LISTENER_NAME

      protected static final String JOB_LISTENER_NAME
  • Constructor Details

    • BootJobListener

      public BootJobListener()
  • Method Details

    • getName

      public String getName()
    • jobWasExecuted

      public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener
      Overrides:
      jobWasExecuted in class org.quartz.listeners.JobListenerSupport
    • logNextFireTime

      protected Date logNextFireTime(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)
    • scheduleFixedDelayJob

      protected void scheduleFixedDelayJob(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)
    • scheduleDSTDailyJob

      protected void scheduleDSTDailyJob(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)