Class TestDynamicJob

java.lang.Object
com.andaily.service.scheduler.TestDynamicJob
All Implemented Interfaces:
org.quartz.Job

public class TestDynamicJob extends Object implements org.quartz.Job
Just for testing
Author:
Shengzhao Li
  • Constructor Details

    • TestDynamicJob

      public TestDynamicJob()
  • 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