Class TicketCleanupJob

  • All Implemented Interfaces:
    org.quartz.Job, org.quartz.StatefulJob

    public class TicketCleanupJob
    extends java.lang.Object
    implements org.quartz.StatefulJob
    Author:
    Andy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      Calls the cleaner to do its work
      • Methods inherited from class java.lang.Object

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

      • TicketCleanupJob

        public TicketCleanupJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Calls the cleaner to do its work
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException