Package com.andaily.service.scheduler
Class TestDynamicJob
java.lang.Object
com.andaily.service.scheduler.TestDynamicJob
- All Implemented Interfaces:
org.quartz.Job
Just for testing
- Author:
- Shengzhao Li
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TestDynamicJob
public TestDynamicJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-