org.opennms.netmgt.reporting.service
Interface ReportService

All Known Implementing Classes:
DefaultReportService

public interface ReportService

ReportService interface.

Version:
$Id: $
Author:
ranger

Method Summary
 String runReport(Report report, String reportDirectory)
          runReport
 

Method Detail

runReport

String runReport(Report report,
                 String reportDirectory)
                 throws ReportRunException

runReport

Parameters:
report - a Report object.
reportDirectory - a String object.
Returns:
a String object.
Throws:
ReportRunException


Copyright © 2011. All Rights Reserved.