Class ReportJob

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.scheduler.job.report.ReportJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ReportJob extends ServiceConfig implements org.quartz.InterruptableJob
  • Constructor Details

    • ReportJob

      public ReportJob(ReportJobService reportJobService)
      Autowired constructor
      Parameters:
      reportJobService - Report job service
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • interrupt

      public void interrupt() throws org.quartz.UnableToInterruptJobException
      Specified by:
      interrupt in interface org.quartz.InterruptableJob
      Throws:
      org.quartz.UnableToInterruptJobException