public abstract class ReportStorage
extends java.lang.Object
Constructor and Description |
---|
ReportStorage() |
Modifier and Type | Method and Description |
---|---|
protected void |
finish()
Invoked by the report engine when all reports have been created.
|
protected void |
init()
Invoked by the report engine to initialize this storage before generating
reports.
|
abstract void |
storeReport(Report report,
ReportContext ctx)
Invoked by the report engine to store a report.
|
public abstract void storeReport(Report report, ReportContext ctx) throws ReportException
report
- Reportctx
- Context of reportReportException
protected void finish() throws ReportException
ReportException
protected void init() throws ReportException
ReportException
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.