Uses of Class
org.apache.commons.dbcp.datasources.PooledConnectionAndInfo
-
Packages that use PooledConnectionAndInfo Package Description org.apache.commons.dbcp.datasources This package contains two DataSources:PerUserPoolDataSource
andSharedPoolDataSource
which provide a database connection pool. -
-
Uses of PooledConnectionAndInfo in org.apache.commons.dbcp.datasources
Methods in org.apache.commons.dbcp.datasources that return PooledConnectionAndInfo Modifier and Type Method Description protected abstract PooledConnectionAndInfo
InstanceKeyDataSource. getPooledConnectionAndInfo(java.lang.String username, java.lang.String password)
protected PooledConnectionAndInfo
PerUserPoolDataSource. getPooledConnectionAndInfo(java.lang.String username, java.lang.String password)
protected PooledConnectionAndInfo
SharedPoolDataSource. getPooledConnectionAndInfo(java.lang.String username, java.lang.String password)
Methods in org.apache.commons.dbcp.datasources with parameters of type PooledConnectionAndInfo Modifier and Type Method Description private void
InstanceKeyDataSource. closeDueToException(PooledConnectionAndInfo info)
-