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 UserPassKeyPooledConnectionAndInfo. upKeyFields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type UserPassKey Modifier and Type Field Description private KeyedObjectPool<UserPassKey,PooledConnectionAndInfo>KeyedCPDSConnectionFactory. poolprivate KeyedObjectPool<UserPassKey,PooledConnectionAndInfo>SharedPoolDataSource. poolMethods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return UserPassKey Modifier and Type Method Description (package private) UserPassKeyPooledConnectionAndInfo. 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 voidKeyedCPDSConnectionFactory. activateObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p)voidKeyedCPDSConnectionFactory. destroyObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p)Closes the PooledConnection and stops listening for events from it.protected abstract PooledConnectionManagerInstanceKeyDataSource. getConnectionManager(UserPassKey upkey)protected PooledConnectionManagerPerUserPoolDataSource. getConnectionManager(UserPassKey upKey)protected PooledConnectionManagerSharedPoolDataSource. getConnectionManager(UserPassKey upkey)PooledObject<PooledConnectionAndInfo>KeyedCPDSConnectionFactory. makeObject(UserPassKey upkey)Creates a newPooledConnectionAndInfofrom the givenUserPassKey.voidKeyedCPDSConnectionFactory. passivateObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p)booleanKeyedCPDSConnectionFactory. 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 voidKeyedCPDSConnectionFactory. setPool(KeyedObjectPool<UserPassKey,PooledConnectionAndInfo> pool)
-