org.opennms.netmgt.reporting.service
Class ReportJobFactory
java.lang.Object
org.opennms.netmgt.reporting.service.ReportJobFactory
- All Implemented Interfaces:
- org.quartz.spi.JobFactory
public class ReportJobFactory
- extends Object
- implements org.quartz.spi.JobFactory
ReportJobFactory class.
- Version:
- $Id: $
- Author:
- ranger
|
Method Summary |
org.quartz.Job |
newJob(org.quartz.spi.TriggerFiredBundle bundle)
|
void |
setReportd(Reportd reportd)
setReportd |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportJobFactory
public ReportJobFactory()
newJob
public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle)
throws org.quartz.SchedulerException
-
- Specified by:
newJob in interface org.quartz.spi.JobFactory
- Throws:
org.quartz.SchedulerException
setReportd
public void setReportd(Reportd reportd)
setReportd
- Parameters:
reportd - a Reportd object.
Copyright © 2011. All Rights Reserved.