|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.reporting.service.ReportScheduler
public class ReportScheduler
ReportScheduler class.
| Field Summary | |
|---|---|
protected static String |
JOB_GROUP
Constant JOB_GROUP="Reportd" |
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
ReportdConfigurationDao |
getConfigDao()
getConfigDao |
org.quartz.spi.JobFactory |
getReportJobFactory()
getReportJobFactory |
org.quartz.Scheduler |
getScheduler()
getScheduler |
void |
rebuildReportSchedule()
rebuildReportSchedule |
void |
setConfigDao(ReportdConfigurationDao configDao)
setConfigDao |
void |
setReportJobFactory(org.quartz.spi.JobFactory reportJobFactory)
setReportJobFactory |
void |
setScheduler(org.quartz.Scheduler scheduler)
setScheduler |
void |
start()
start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String JOB_GROUP
JOB_GROUP="Reportd"
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void rebuildReportSchedule()
rebuildReportSchedule
public ReportdConfigurationDao getConfigDao()
getConfigDao
ReportdConfigurationDao object.public void setConfigDao(ReportdConfigurationDao configDao)
setConfigDao
configDao - a ReportdConfigurationDao object.public org.quartz.Scheduler getScheduler()
getScheduler
Scheduler object.public void setScheduler(org.quartz.Scheduler scheduler)
setScheduler
scheduler - a Scheduler object.public void setReportJobFactory(org.quartz.spi.JobFactory reportJobFactory)
setReportJobFactory
reportJobFactory - a JobFactory object.public org.quartz.spi.JobFactory getReportJobFactory()
getReportJobFactory
JobFactory object.
public void start()
throws org.quartz.SchedulerException
start
org.quartz.SchedulerException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||