public interface ReportDeliveryService
ReportDeliveryService interface.
| Modifier and Type | Method and Description | 
|---|---|
void | 
deliverReport(Report report,
             String fileName)
deliverReport 
 | 
void | 
reloadConfiguration()
reloadConfiguration 
 | 
void deliverReport(Report report, String fileName) throws ReportDeliveryException
deliverReport
report - a Report object.fileName - a String object.ReportDeliveryExceptionCopyright © 2020. All rights reserved.