org.pentaho.reporting.engine.classic.core.modules.parser.data.sql.writer
Class JndiConnectionProviderWriteHandler

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.data.sql.writer.JndiConnectionProviderWriteHandler
All Implemented Interfaces:
ConnectionProviderWriteHandler

public class JndiConnectionProviderWriteHandler
extends Object
implements ConnectionProviderWriteHandler

Creation-Date: Jan 19, 2007, 5:03:22 PM

Author:
Thomas Morgner

Constructor Summary
JndiConnectionProviderWriteHandler()
           
 
Method Summary
 String writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiConnectionProviderWriteHandler

public JndiConnectionProviderWriteHandler()
Method Detail

writeReport

public String writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle,
                          BundleWriterState state,
                          org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                          ConnectionProvider connectionProvider)
                   throws IOException,
                          BundleWriterException
Specified by:
writeReport in interface ConnectionProviderWriteHandler
Throws:
IOException
BundleWriterException