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
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that implement interfaces with type arguments of type UserPassKeyModifier and TypeClassDescription(package private) classAKeyedPooledObjectFactorythat createsPoolableConnections.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) UserPassKeyPooledConnectionAndInfo.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 TypeMethodDescriptionvoidKeyedCPDSConnectionFactory.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) 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 UserPassKeyModifier and TypeMethodDescriptionvoidKeyedCPDSConnectionFactory.setPool(KeyedObjectPool<UserPassKey, PooledConnectionAndInfo> pool)