Class ReportJobFactory

  • All Implemented Interfaces:
    org.quartz.spi.JobFactory

    public class ReportJobFactory
    extends java.lang.Object
    implements org.quartz.spi.JobFactory

    ReportJobFactory class.

    Version:
    $Id: $
    Author:
    ranger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.quartz.Job newJob​(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler)
      void setReportd​(Reportd reportd)
      setReportd
      • Methods inherited from class java.lang.Object

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

      • ReportJobFactory

        public ReportJobFactory()
    • Method Detail

      • newJob

        public org.quartz.Job newJob​(org.quartz.spi.TriggerFiredBundle bundle,
                                     org.quartz.Scheduler scheduler)
                              throws org.quartz.SchedulerException
        Specified by:
        newJob in interface org.quartz.spi.JobFactory
        Throws:
        org.quartz.SchedulerException
      • setReportd

        public void setReportd​(Reportd reportd)

        setReportd

        Parameters:
        reportd - a Reportd object.