org.jfree.report
Class EmptyReportDataFactory
java.lang.Object
org.jfree.report.EmptyReportDataFactory
- ReportDataFactory
Creation-Date: 17.11.2006, 16:51:01
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