Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PooledConnectionManager
Packages that use PooledConnectionManager
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of PooledConnectionManager in org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that implement PooledConnectionManagerModifier and TypeClassDescription(package private) class
APooledObjectFactory
that createsPoolableConnection
s.(package private) class
AKeyedPooledObjectFactory
that createsPoolableConnection
s.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type PooledConnectionManagerModifier and TypeFieldDescriptionprivate Map
<PoolKey, PooledConnectionManager> PerUserPoolDataSource.managers
Map to keep track of Pools for a given user.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return PooledConnectionManagerModifier and TypeMethodDescriptionprotected abstract PooledConnectionManager
InstanceKeyDataSource.getConnectionManager
(UserPassKey upkey) protected PooledConnectionManager
PerUserPoolDataSource.getConnectionManager
(UserPassKey upKey) protected PooledConnectionManager
SharedPoolDataSource.getConnectionManager
(UserPassKey upkey) Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type PooledConnectionManagerModifier and TypeMethodDescriptionprivate ObjectPool
<PooledConnectionAndInfo> PerUserPoolDataSource.getCPDSConnectionFactoryPool
(PooledConnectionManager manager)