Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.UserPassKey
Packages that use UserPassKey
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of UserPassKey in org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources declared as UserPassKeyFields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type UserPassKeyMethods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return UserPassKeyModifier and TypeMethodDescription(package private) UserPassKey
PooledConnectionAndInfo.getUserPassKey()
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return types with arguments of type UserPassKeyModifier and TypeMethodDescriptionKeyedCPDSConnectionFactory.getPool()
Returns the keyed object pool used to pool connections created by this factory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type UserPassKeyModifier and TypeMethodDescriptionvoid
KeyedCPDSConnectionFactory.activateObject
(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) void
KeyedCPDSConnectionFactory.destroyObject
(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) Closes the PooledConnection and stops listening for events from it.protected abstract PooledConnectionManager
InstanceKeyDataSource.getConnectionManager
(UserPassKey upkey) protected PooledConnectionManager
PerUserPoolDataSource.getConnectionManager
(UserPassKey upKey) protected PooledConnectionManager
SharedPoolDataSource.getConnectionManager
(UserPassKey upkey) KeyedCPDSConnectionFactory.makeObject
(UserPassKey upkey) Creates a newPooledConnectionAndInfo
from the givenUserPassKey
.void
KeyedCPDSConnectionFactory.passivateObject
(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) boolean
KeyedCPDSConnectionFactory.validateObject
(UserPassKey key, PooledObject<PooledConnectionAndInfo> pooledObject) Validates a pooled connection.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type arguments of type UserPassKeyModifier and TypeMethodDescriptionvoid
KeyedCPDSConnectionFactory.setPool
(KeyedObjectPool<UserPassKey, PooledConnectionAndInfo> pool)