|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.jsf.engine.JRDataSourceWrapper
public class JRDataSourceWrapper
Source implementation of a JRDataSource.
Constructor Summary | |
---|---|
JRDataSourceWrapper(net.sf.jasperreports.engine.JRDataSource dataSource)
Instantiates a new JRDataSourceWrapper. |
Method Summary | |
---|---|
void |
dispose()
Disposes this data source resources. |
net.sf.jasperreports.engine.JRDataSource |
getDataSource()
Obtains the wrapped data source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRDataSourceWrapper(net.sf.jasperreports.engine.JRDataSource dataSource)
dataSource
- the data soruce to wrap.Method Detail |
---|
public final net.sf.jasperreports.engine.JRDataSource getDataSource()
public void dispose() throws Exception
dispose
in interface Source
Exception
- if some error happens closing the resources.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |