it.eng.spago.dbaccess.factory
Class DBCPConnectionPoolFactory

java.lang.Object
  extended byit.eng.spago.dbaccess.factory.DBCPConnectionPoolFactory

public class DBCPConnectionPoolFactory
extends java.lang.Object

Author:
Zoppello Uses dbcp to implement a connection pool

Constructor Summary
DBCPConnectionPoolFactory()
           
 
Method Summary
 ConnectionPoolInterface createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBCPConnectionPoolFactory

public DBCPConnectionPoolFactory()
Method Detail

createConnectionPool

public ConnectionPoolInterface createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
                                             throws EMFInternalError
Throws:
EMFInternalError