Package org.logicalcobwebs.proxool
Class DefaultConnectionBuilder
- java.lang.Object
-
- org.logicalcobwebs.proxool.DefaultConnectionBuilder
-
- All Implemented Interfaces:
ConnectionBuilderIF
public class DefaultConnectionBuilder extends java.lang.Object implements ConnectionBuilderIF
- Author:
- Bertrand Renuart
-
-
Constructor Summary
Constructors Constructor Description DefaultConnectionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.Connection
buildConnection(ConnectionPoolDefinitionIF cpd)
-
-
-
Method Detail
-
buildConnection
public java.sql.Connection buildConnection(ConnectionPoolDefinitionIF cpd) throws java.sql.SQLException
- Specified by:
buildConnection
in interfaceConnectionBuilderIF
- Throws:
java.sql.SQLException
-
-