org.jfree.report.data
Class CachingReportDataFactory
java.lang.Object
org.jfree.report.data.CachingReportDataFactory
- ReportDataFactory
Creation-Date: 19.11.2006, 13:35:45
void | close() - Closes the report data factory and all report data instances that have been returned by this instance.
|
ReportDataFactory | derive() - Derives a freshly initialized report data factory, which is independend of the original data factory.
|
void | open()
|
ReportData | queryData(String query, DataSet parameters) - Queries a datasource.
|
close
public void close()
Closes the report data factory and all report data instances that have been returned by this instance.
- close in interface ReportDataFactory
derive
public ReportDataFactory derive()
Derives a freshly initialized report data factory, which is independend of the original data factory. Opening or
Closing one data factory must not affect the other factories.
- derive in interface ReportDataFactory