|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.reporting.service.Reportd
public class Reportd
Reportd class.
| Field Summary | |
|---|---|
static String |
NAME
Constant NAME="Reportd" |
| Constructor Summary | |
|---|---|
Reportd()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
EventForwarder |
getEventForwarder()
getEventForwarder |
ReportdConfigurationDao |
getReportdConfigurationDao()
getReportdConfigurationDao |
ReportDeliveryService |
getReportDeliveryService()
getReportDeliveryService |
ReportScheduler |
getReportScheduler()
getReportScheduler |
ReportService |
getReportService()
getReportService |
void |
handleReloadConfigEvent(Event e)
handleReloadConfigEvent |
void |
handleRunReportEvent(Event e)
handleRunReportEvent |
void |
runReport(Report report)
runReport |
void |
runReport(String reportName)
runReport |
void |
setEventForwarder(EventForwarder eventForwarder)
setEventForwarder |
void |
setReportdConfigurationDao(ReportdConfigurationDao reportConfigurationDao)
setReportdConfigurationDao |
void |
setReportDeliveryService(ReportDeliveryService reportDeliveryService)
setReportDeliveryService |
void |
setReportScheduler(ReportScheduler reportScheduler)
setReportScheduler |
void |
setReportService(ReportService reportService)
setReportService |
void |
start()
start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
NAME="Reportd"
| Constructor Detail |
|---|
public Reportd()
| Method Detail |
|---|
public void start()
throws Exception
start
start in interface SpringServiceDaemonException - if any.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void runReport(String reportName)
runReport
reportName - a String object.public void runReport(Report report)
runReport
report - a Report object.public void handleRunReportEvent(Event e)
handleRunReportEvent
e - a Event object.public void handleReloadConfigEvent(Event e)
handleReloadConfigEvent
e - a Event object.public void setEventForwarder(EventForwarder eventForwarder)
setEventForwarder
eventForwarder - a EventForwarder object.public EventForwarder getEventForwarder()
getEventForwarder
EventForwarder object.public void setReportScheduler(ReportScheduler reportScheduler)
setReportScheduler
reportScheduler - a ReportScheduler object.public ReportScheduler getReportScheduler()
getReportScheduler
ReportScheduler object.public ReportService getReportService()
getReportService
ReportService object.public void setReportService(ReportService reportService)
setReportService
reportService - a ReportService object.public ReportDeliveryService getReportDeliveryService()
getReportDeliveryService
ReportDeliveryService object.public void setReportDeliveryService(ReportDeliveryService reportDeliveryService)
setReportDeliveryService
reportDeliveryService - a ReportDeliveryService object.public ReportdConfigurationDao getReportdConfigurationDao()
getReportdConfigurationDao
ReportdConfigurationDao object.public void setReportdConfigurationDao(ReportdConfigurationDao reportConfigurationDao)
setReportdConfigurationDao
reportConfigurationDao - a ReportdConfigurationDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||