Package com.andaily.service.scheduler
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeInternal
(org.quartz.JobExecutionContext context) Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
-
Constructor Details
-
TestFixedJobDetailBean
public TestFixedJobDetailBean()
-
-
Method Details
-
executeInternal
protected void executeInternal(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executeInternal
in classorg.springframework.scheduling.quartz.QuartzJobBean
- Throws:
org.quartz.JobExecutionException
-