Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PooledConnectionAndInfo
Packages that use PooledConnectionAndInfo
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of PooledConnectionAndInfo 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 PooledConnectionAndInfoModifier and TypeClassDescription(package private) classAPooledObjectFactorythat createsPoolableConnections.(package private) classAKeyedPooledObjectFactorythat createsPoolableConnections.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type PooledConnectionAndInfoModifier and TypeFieldDescriptionprivate final Map<PooledConnection, PooledConnectionAndInfo> CPDSConnectionFactory.pcMapMap of PooledConnectionAndInfo instancesprivate final Map<PooledConnection, PooledConnectionAndInfo> KeyedCPDSConnectionFactory.pcMapMap of PooledConnectionAndInfo instancesprivate ObjectPool<PooledConnectionAndInfo> CPDSConnectionFactory.poolKeyedCPDSConnectionFactory.poolSharedPoolDataSource.poolMethods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return PooledConnectionAndInfoModifier and TypeMethodDescriptionprotected abstract PooledConnectionAndInfoInstanceKeyDataSource.getPooledConnectionAndInfo(String userName, String userPassword) protected PooledConnectionAndInfoPerUserPoolDataSource.getPooledConnectionAndInfo(String userName, String password) protected PooledConnectionAndInfoSharedPoolDataSource.getPooledConnectionAndInfo(String userName, String userPassword) Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return types with arguments of type PooledConnectionAndInfoModifier and TypeMethodDescriptionprivate ObjectPool<PooledConnectionAndInfo> PerUserPoolDataSource.getCPDSConnectionFactoryPool(PooledConnectionManager manager) CPDSConnectionFactory.getPool()Returns the object pool used to pool connections created by this factory.KeyedCPDSConnectionFactory.getPool()Returns the keyed object pool used to pool connections created by this factory.private ObjectPool<PooledConnectionAndInfo> Returns the object pool associated with the given PoolKey.CPDSConnectionFactory.makeObject()KeyedCPDSConnectionFactory.makeObject(UserPassKey upkey) Creates a newPooledConnectionAndInfofrom the givenUserPassKey.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type PooledConnectionAndInfoModifier and TypeMethodDescriptionprivate voidInstanceKeyDataSource.closeDueToException(PooledConnectionAndInfo info) private voidCPDSConnectionFactory.doDestroyObject(PooledConnectionAndInfo pci) Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type arguments of type PooledConnectionAndInfoModifier and TypeMethodDescriptionvoidCPDSConnectionFactory.activateObject(PooledObject<PooledConnectionAndInfo> p) voidKeyedCPDSConnectionFactory.activateObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) voidCPDSConnectionFactory.destroyObject(PooledObject<PooledConnectionAndInfo> p) Closes the PooledConnection and stops listening for events from it.voidKeyedCPDSConnectionFactory.destroyObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) Closes the PooledConnection and stops listening for events from it.voidCPDSConnectionFactory.passivateObject(PooledObject<PooledConnectionAndInfo> p) voidKeyedCPDSConnectionFactory.passivateObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> p) voidCPDSConnectionFactory.setPool(ObjectPool<PooledConnectionAndInfo> pool) voidKeyedCPDSConnectionFactory.setPool(KeyedObjectPool<UserPassKey, PooledConnectionAndInfo> pool) private voidCPDSConnectionFactory.validateLifetime(PooledObject<PooledConnectionAndInfo> p) private voidKeyedCPDSConnectionFactory.validateLifetime(PooledObject<PooledConnectionAndInfo> p) booleanCPDSConnectionFactory.validateObject(PooledObject<PooledConnectionAndInfo> p) booleanKeyedCPDSConnectionFactory.validateObject(UserPassKey key, PooledObject<PooledConnectionAndInfo> pooledObject) Validates a pooled connection.