Uses of Class
org.apache.commons.dbcp.datasources.UserPassKey
-
Packages that use UserPassKey Package Description org.apache.commons.dbcp.datasources This package contains two DataSources:PerUserPoolDataSource
andSharedPoolDataSource
which provide a database connection pool. -
-
Uses of UserPassKey in org.apache.commons.dbcp.datasources
Fields in org.apache.commons.dbcp.datasources declared as UserPassKey Modifier and Type Field Description private UserPassKey
PooledConnectionAndInfo. upkey
Methods in org.apache.commons.dbcp.datasources that return UserPassKey Modifier and Type Method Description (package private) UserPassKey
PooledConnectionAndInfo. getUserPassKey()
Methods in org.apache.commons.dbcp.datasources with parameters of type UserPassKey Modifier and Type Method Description protected abstract PooledConnectionManager
InstanceKeyDataSource. getConnectionManager(UserPassKey upkey)
protected PooledConnectionManager
PerUserPoolDataSource. getConnectionManager(UserPassKey upkey)
protected PooledConnectionManager
SharedPoolDataSource. getConnectionManager(UserPassKey upkey)
-