org.apertereports.backbone.util
Class ReportOrderProcessor

java.lang.Object
  extended by org.apertereports.backbone.util.ReportOrderProcessor

public class ReportOrderProcessor
extends Object

A helper class for processing reports by JMS listeners.


Constructor Summary
ReportOrderProcessor()
           
 
Method Summary
static ReportOrderProcessor getInstance()
          Gets a singleton instance of this class.
 void processReport(ReportOrder reportOrder)
          Processes given report order so that generated jasper report is attached to the persistent instance of this report order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportOrderProcessor

public ReportOrderProcessor()
Method Detail

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.