Class BatchReportJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class BatchReportJob
    extends org.springframework.scheduling.quartz.QuartzJobBean
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchReportJob()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void executeInternal​(org.quartz.JobExecutionContext jobContext)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean

        execute
      • Methods inherited from class java.lang.Object

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

      • BatchReportJob

        public BatchReportJob()
    • Method Detail

      • executeInternal

        protected void executeInternal​(org.quartz.JobExecutionContext jobContext)
                                throws org.quartz.JobExecutionException
        Specified by:
        executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
        Throws:
        org.quartz.JobExecutionException
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)