public class CronJobInitializingBean extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CronJobInitializingBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setJobMap(Map<org.quartz.JobDetail,List<org.quartz.CronTrigger>> jobMap) |
void |
setScheduler(org.quartz.Scheduler scheduler) |
public void setScheduler(org.quartz.Scheduler scheduler)
public void afterPropertiesSet()
throws org.quartz.SchedulerException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanorg.quartz.SchedulerExceptionCopyright © 2018. All rights reserved.