Class QuartzJobListener

  • All Implemented Interfaces:
    org.quartz.JobListener

    public class QuartzJobListener
    extends java.lang.Object
    implements org.quartz.JobListener
    The Class QuartzJobListener.

    Created: 2016. 9. 4.

    Since:
    3.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void jobExecutionVetoed​(org.quartz.JobExecutionContext context)  
      void jobToBeExecuted​(org.quartz.JobExecutionContext context)  
      void jobWasExecuted​(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuartzJobListener

        public QuartzJobListener()
    • Method Detail

      • getName

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

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

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

        public void jobWasExecuted​(org.quartz.JobExecutionContext context,
                                   org.quartz.JobExecutionException jobException)
        Specified by:
        jobWasExecuted in interface org.quartz.JobListener