com.jtri.report
Class DSProvider

java.lang.Object
  extended bycom.jtri.report.DSProvider

public class DSProvider
extends java.lang.Object

Author:
atorres HBMDS datasource provider, used to ireports integration

Constructor Summary
DSProvider()
           
 
Method Summary
 JRDataSource create(JasperReport rep)
           
 void dispose(JRDataSource ds)
           
 JRField[] getFields(JasperReport rep)
           
 boolean supportsGetFieldsOperation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSProvider

public DSProvider()
Method Detail

create

public JRDataSource create(JasperReport rep)
                    throws JRException
Throws:
JRException

dispose

public void dispose(JRDataSource ds)
             throws JRException
Throws:
JRException

getFields

public JRField[] getFields(JasperReport rep)
                    throws JRException,
                           java.lang.UnsupportedOperationException
Throws:
JRException
java.lang.UnsupportedOperationException

supportsGetFieldsOperation

public boolean supportsGetFieldsOperation()