org.apertereports.backbone.util
Class ReportOrderProcessor
java.lang.Object
org.apertereports.backbone.util.ReportOrderProcessor
public class ReportOrderProcessor
- extends Object
A helper class for processing reports by JMS listeners.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportOrderProcessor
public ReportOrderProcessor()
getInstance
public static ReportOrderProcessor getInstance()
- Gets a singleton instance of this class.
- Returns:
- A ReportOrderProcessor instance
processReport
public void processReport(ReportOrder reportOrder)
throws VriesException
- Processes given report order so that generated jasper report is attached to the persistent instance
of this report order.
- Parameters:
reportOrder - A processed report order
- Throws:
VriesException - on JasperReports error
Copyright © 2011. All Rights Reserved.