Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.UserPassKey
-
Packages that use UserPassKey Package Description org.datanucleus.store.rdbms.datasource.dbcp2.datasources 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 UserPassKey Modifier and Type Field Description private UserPassKey
PooledConnectionAndInfo. upKey
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type UserPassKey Modifier and Type Field Description private KeyedObjectPool<UserPassKey,PooledConnectionAndInfo>
KeyedCPDSConnectionFactory. pool
private KeyedObjectPool<UserPassKey,PooledConnectionAndInfo>
SharedPoolDataSource. pool
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return UserPassKey Modifier and Type Method Description (package private) UserPassKey
PooledConnectionAndInfo. getUserPassKey()
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return types with arguments of type UserPassKey Modifier and Type Method Description KeyedObjectPool<UserPassKey,PooledConnectionAndInfo>
KeyedCPDSConnectionFactory. 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 UserPassKey Modifier and Type Method Description void
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)
PooledObject<PooledConnectionAndInfo>
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 UserPassKey Modifier and Type Method Description void
KeyedCPDSConnectionFactory. setPool(KeyedObjectPool<UserPassKey,PooledConnectionAndInfo> pool)
-