public abstract class AbstractQuartzJobDispatcher extends Object
| 构造器和说明 |
|---|
AbstractQuartzJobDispatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
calculateRunTime(Date startTime,
Date endTime)
Calculate the running time
|
protected abstract org.springframework.beans.factory.config.AutowireCapableBeanFactory |
getCapableBeanFactory()
Get Spring injection factory class
|
protected abstract org.slf4j.Logger |
getLogger()
Get the log object
|
protected void |
invokeJobMethod(JobTaskBean jobTaskBean,
org.quartz.JobDataMap jobDataMap)
Invoke the specified method by reflection
|
protected abstract org.slf4j.Logger getLogger()
protected abstract org.springframework.beans.factory.config.AutowireCapableBeanFactory getCapableBeanFactory()
protected void invokeJobMethod(JobTaskBean jobTaskBean, org.quartz.JobDataMap jobDataMap)
jobTaskBean - The job configjobDataMap - the job dataCopyright © 2018. All rights reserved.