Uses of Class
org.apache.commons.dbcp.datasources.PoolKey
-
Packages that use PoolKey Package Description org.apache.commons.dbcp.datasources This package contains two DataSources:PerUserPoolDataSource
andSharedPoolDataSource
which provide a database connection pool. -
-
Uses of PoolKey in org.apache.commons.dbcp.datasources
Methods in org.apache.commons.dbcp.datasources that return PoolKey Modifier and Type Method Description private PoolKey
PerUserPoolDataSource. getPoolKey(java.lang.String username, java.lang.String password)
Methods in org.apache.commons.dbcp.datasources with parameters of type PoolKey Modifier and Type Method Description private org.apache.commons.pool.impl.GenericObjectPool
PerUserPoolDataSource. getPool(PoolKey key)
Returns the object pool associated with the given PoolKey.
-