Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.flow.AbstractReportProcessor
org.jfree.report.flow.SinglePassReportProcessor
public abstract class SinglePassReportProcessor
extends AbstractReportProcessor
Constructor Summary | |
Method Summary | |
protected abstract ReportTarget | |
void |
|
Methods inherited from class org.jfree.report.flow.AbstractReportProcessor | |
createFlowControler , createReportContext , processReportRun |
protected abstract ReportTarget createReportTarget(ReportJob job) throws ReportProcessingException
public void processReport(ReportJob job) throws ReportDataFactoryException, DataSourceException, ReportProcessingException
Bootstraps the local report processing. This way of executing the report must be supported by *all* report processor implementations. It should fully process the complete report.
- Specified by:
- processReport in interface ReportProcessor
- Parameters:
job
-
- Throws:
ReportDataFactoryException
-