Class HvlQuartzJobExecutionListener

java.lang.Object
tr.com.havelsan.javarch.report.quartz.context.scheduling.listener.HvlQuartzJobExecutionListener
All Implemented Interfaces:
org.quartz.JobListener

@Service public class HvlQuartzJobExecutionListener extends Object implements org.quartz.JobListener
The type is a Quartz job execution listener which is used to catch job execution events.
  • Field Details

  • Constructor Details

    • HvlQuartzJobExecutionListener

      public HvlQuartzJobExecutionListener()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.quartz.JobListener
    • jobToBeExecuted

      public void jobToBeExecuted(org.quartz.JobExecutionContext jobExecutionContext)
      Specified by:
      jobToBeExecuted in interface org.quartz.JobListener
    • jobExecutionVetoed

      public void jobExecutionVetoed(org.quartz.JobExecutionContext jobExecutionContext)
      Specified by:
      jobExecutionVetoed in interface org.quartz.JobListener
    • jobWasExecuted

      public void jobWasExecuted(org.quartz.JobExecutionContext jobExecutionContext, org.quartz.JobExecutionException jobExecutionException)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener