org.jfree.report.flow
Class AbstractReportProcessor
java.lang.Object
org.jfree.report.flow.AbstractReportProcessor
- All Implemented Interfaces:
- ReportProcessor
- Direct Known Subclasses:
- FlowReportProcessor, PaginatingReportProcessor, SinglePassReportProcessor, StreamingReportProcessor
public abstract class AbstractReportProcessor
- extends java.lang.Object
- implements ReportProcessor
Creation-Date: 10.11.2006, 16:07:26
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractReportProcessor
protected AbstractReportProcessor()
processReportRun
protected void processReportRun(ReportJob job,
ReportTarget target)
throws ReportDataFactoryException,
DataSourceException,
ReportProcessingException
- Throws:
ReportDataFactoryException
DataSourceException
ReportProcessingException
createReportContext
protected ReportContext createReportContext(ReportJob job,
ReportTarget target)
createFlowControler
protected FlowController createFlowControler(ReportContext context,
ReportJob job)
throws DataSourceException
- Throws:
DataSourceException