Class SchedulerJobListener

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.scheduler.listener.SchedulerJobListener
All Implemented Interfaces:
org.quartz.JobListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SchedulerJobListener extends ServiceConfig implements org.quartz.JobListener
Author:
dfuentes
  • Constructor Details

    • SchedulerJobListener

      public SchedulerJobListener(org.springframework.context.ApplicationEventPublisher eventPublisher)
  • 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 exception)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener