Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jbreport
Interface ConnectionFactory  view ConnectionFactory download ConnectionFactory.java


public interface ConnectionFactory

This is used to fetch a connection instance from the application. This enables re-use of application level connections, with all of the appropriate security checks in place.

For valid use, it should have a public no-args constructor.

Version:
$Revision: 1.1.1.1 $

Method Summary
 java.sql.Connection fetchConnection()
          This method should return a valid, open connection for the report generator to use.
 

Method Detail

fetchConnection

public java.sql.Connection fetchConnection()
                                    throws java.sql.SQLException
This method should return a valid, open connection for the report generator to use.