Class TestFixedJobDetailBean

java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.andaily.service.scheduler.TestFixedJobDetailBean
All Implemented Interfaces:
org.quartz.Job

public class TestFixedJobDetailBean extends org.springframework.scheduling.quartz.QuartzJobBean
非动态(固定的) JOB实现类. 配置有XML中
Author:
Shengzhao Li
  • Constructor Details

    • TestFixedJobDetailBean

      public TestFixedJobDetailBean()
  • Method Details

    • executeInternal

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