Uses of Interface
org.apache.commons.dbcp2.datasources.PooledConnectionManager
Packages that use PooledConnectionManager
Package
Description
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool.-
Uses of PooledConnectionManager in org.apache.commons.dbcp2.datasources
Classes in org.apache.commons.dbcp2.datasources that implement PooledConnectionManagerModifier and TypeClassDescription(package private) final classAPooledObjectFactorythat createsPoolableConnections.(package private) final classAKeyedPooledObjectFactorythat createsPoolableConnections.Fields in org.apache.commons.dbcp2.datasources with type parameters of type PooledConnectionManagerModifier and TypeFieldDescriptionprivate Map<PoolKey, PooledConnectionManager> PerUserPoolDataSource.managersMap to keep track of Pools for a given user.Methods in org.apache.commons.dbcp2.datasources that return PooledConnectionManagerModifier and TypeMethodDescriptionprotected abstract PooledConnectionManagerInstanceKeyDataSource.getConnectionManager(UserPassKey upkey) protected PooledConnectionManagerPerUserPoolDataSource.getConnectionManager(UserPassKey upKey) protected PooledConnectionManagerSharedPoolDataSource.getConnectionManager(UserPassKey userPassKey) Methods in org.apache.commons.dbcp2.datasources with parameters of type PooledConnectionManagerModifier and TypeMethodDescriptionprivate org.apache.commons.pool2.ObjectPool<PooledConnectionAndInfo> PerUserPoolDataSource.getCPDSConnectionFactoryPool(PooledConnectionManager manager) Gets the underlying pool but does NOT allocate it.