|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.report.modules.data.beans.StaticReportDataFactory
This report data factory uses introspection to search for a report data source. The query has the following format: <full-qualified-classname&gr;#methodName(Parameters) <full-qualified-classname&gr;(constructorparams)#methodName(Parameters) <full-qualified-classname&gr;(constructorparams)
| Constructor Summary | |
StaticReportDataFactory()
|
|
| Method Summary | |
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. |
protected java.lang.ClassLoader |
getClassLoader()
|
void |
open()
|
ReportData |
queryData(java.lang.String query,
DataSet parameters)
Queries a datasource. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StaticReportDataFactory()
| Method Detail |
public ReportData queryData(java.lang.String query,
DataSet parameters)
throws ReportDataFactoryException
queryData in interface ReportDataFactoryquery - parameters -
ReportDataFactoryExceptionprotected java.lang.ClassLoader getClassLoader()
public void open()
open in interface ReportDataFactorypublic void close()
ReportDataFactory
close in interface ReportDataFactorypublic ReportDataFactory derive()
derive in interface ReportDataFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||