|
|||||||||
| Home >> All >> [ jbreport overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jbreport
Interface ConnectionFactory

- 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.
|
|||||||||
| Home >> All >> [ jbreport overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC