org.logicalcobwebs.proxool
Class DefaultConnectionBuilder

java.lang.Object
  extended by org.logicalcobwebs.proxool.DefaultConnectionBuilder
All Implemented Interfaces:
ConnectionBuilderIF

public class DefaultConnectionBuilder
extends java.lang.Object
implements ConnectionBuilderIF

Author:
Bertrand Renuart

Constructor Summary
DefaultConnectionBuilder()
           
 
Method Summary
 java.sql.Connection buildConnection(ConnectionPoolDefinitionIF cpd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConnectionBuilder

public DefaultConnectionBuilder()
Method Detail

buildConnection

public java.sql.Connection buildConnection(ConnectionPoolDefinitionIF cpd)
                                    throws java.sql.SQLException
Specified by:
buildConnection in interface ConnectionBuilderIF
Throws:
java.sql.SQLException