public class HarvestSchedulingManager extends Object implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
HarvestSchedulingManager() |
| Modifier and Type | Method and Description |
|---|---|
org.quartz.Scheduler |
getScheduler() |
void |
halt() |
void |
init() |
void |
manageHarvest()
will perform the recalculation of the scheduler.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setScheduler(org.quartz.Scheduler scheduler) |
public void init()
public void halt()
throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic void manageHarvest()
throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic org.quartz.Scheduler getScheduler()
public void setScheduler(org.quartz.Scheduler scheduler)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2019. All rights reserved.