Connection factory which pools the requested
connections for different JdbcConnectionDescriptors
using Commons Pool API.
version: $Id: ConnectionFactoryPooledImpl.java,v 1.15.2.9 2005/10/27 14:54:50 arminw Exp $ See Also:Commons Pool Website
Inner Class :class ConPoolFactory extends BasePoolableObjectFactory
Create the pool for pooling the connections of the given connection descriptor.
Override this method to implement your on
org.apache.commons.pool.ObjectPool .