org.opennms.netmgt.reporting.service
Class DefaultReportService

java.lang.Object
  extended by org.opennms.netmgt.reporting.service.DefaultReportService
All Implemented Interfaces:
ReportService

public class DefaultReportService
extends Object
implements ReportService

DefaultReportService class.

Version:
$Id: $
Author:
ranger

Constructor Summary
DefaultReportService()
           
 
Method Summary
 String runReport(Report report, String reportDirectory)
          runReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportService

public DefaultReportService()
Method Detail

runReport

public String runReport(Report report,
                        String reportDirectory)
                 throws ReportRunException

runReport

Specified by:
runReport in interface ReportService
Parameters:
report - a Report object.
reportDirectory - a String object.
Returns:
a String object.
Throws:
ReportRunException


Copyright © 2011. All Rights Reserved.