@PersistJobDataAfterExecution @DisallowConcurrentExecution public abstract class TimerTask extends java.lang.Object implements org.quartz.Job
Description: 定时器继承类
Title:首亨软件 - TSS/CRM等
TimerTask()
void
execute(org.quartz.JobExecutionContext context)
abstract void
taskLogic()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimerTask()
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
execute
org.quartz.Job
org.quartz.JobExecutionException
public abstract void taskLogic()