org.opennms.netmgt.reporting.service
Class ReportJob

java.lang.Object
  extended by org.opennms.netmgt.reporting.service.ReportJob
All Implemented Interfaces:
org.quartz.Job

public class ReportJob
extends Object
implements org.quartz.Job

ReportJob class.

Version:
$Id: $
Author:
ranger

Field Summary
protected static String KEY
          Constant KEY="report"
 
Constructor Summary
ReportJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          
 Reportd getReportd()
          getReportd
 void setReportd(Reportd reportd)
          setReportd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

protected static final String KEY
Constant KEY="report"

See Also:
Constant Field Values
Constructor Detail

ReportJob

public ReportJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

getReportd

public Reportd getReportd()

getReportd

Returns:
a Reportd object.

setReportd

public void setReportd(Reportd reportd)

setReportd

Parameters:
reportd - a Reportd object.


Copyright © 2011. All Rights Reserved.