Uses of Interface
org.apache.commons.dbcp.datasources.PooledConnectionManager
-
Packages that use PooledConnectionManager Package Description org.apache.commons.dbcp.datasources This package contains two DataSources:PerUserPoolDataSource
andSharedPoolDataSource
which provide a database connection pool. -
-
Uses of PooledConnectionManager in org.apache.commons.dbcp.datasources
Classes in org.apache.commons.dbcp.datasources that implement PooledConnectionManager Modifier and Type Class Description (package private) class
CPDSConnectionFactory
APoolableObjectFactory
that createsPoolableConnection
s.(package private) class
KeyedCPDSConnectionFactory
A {*link PoolableObjectFactory} that creates {*link PoolableConnection}s.Methods in org.apache.commons.dbcp.datasources that return PooledConnectionManager Modifier and Type Method Description protected abstract PooledConnectionManager
InstanceKeyDataSource. getConnectionManager(UserPassKey upkey)
protected PooledConnectionManager
PerUserPoolDataSource. getConnectionManager(UserPassKey upkey)
protected PooledConnectionManager
SharedPoolDataSource. getConnectionManager(UserPassKey upkey)
-