Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PoolableConnection
-
Packages that use PoolableConnection Package Description org.datanucleus.store.rdbms.connectionpool Package providing support for all major Connection Pools.org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PoolableConnection in org.datanucleus.store.rdbms.connectionpool
Fields in org.datanucleus.store.rdbms.connectionpool with type parameters of type PoolableConnection Modifier and Type Field Description (package private) GenericObjectPool<PoolableConnection>DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool. poolConstructor parameters in org.datanucleus.store.rdbms.connectionpool with type arguments of type PoolableConnection Constructor Description DBCPConnectionPool(PoolingDataSource ds, GenericObjectPool<PoolableConnection> pool) -
Uses of PoolableConnection in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PoolableConnection Modifier and Type Field Description private GenericObjectPool<PoolableConnection>BasicDataSource. connectionPoolThe object pool that internally manages our connections.private ObjectPool<PoolableConnection>PoolableConnection. poolThe pool to which I should return.private ObjectPool<PoolableConnection>PoolableConnectionFactory. poolMethods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type PoolableConnection Modifier and Type Method Description protected GenericObjectPool<PoolableConnection>BasicDataSource. createObjectPool(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig)Creates an object pool used to provide pooling support forJDBC connections.protected GenericObjectPool<PoolableConnection>BasicDataSource. getConnectionPool()ObjectPool<PoolableConnection>PoolableConnectionFactory. getPool()Returns theObjectPoolin whichConnections are pooled.PooledObject<PoolableConnection>PoolableConnectionFactory. makeObject()Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolableConnection Modifier and Type Method Description voidPoolableConnectionFactory. validateConnection(PoolableConnection conn)Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PoolableConnection Modifier and Type Method Description voidPoolableConnectionFactory. activateObject(PooledObject<PoolableConnection> p)protected GenericObjectPool<PoolableConnection>BasicDataSource. createObjectPool(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig)Creates an object pool used to provide pooling support forJDBC connections.voidPoolableConnectionFactory. destroyObject(PooledObject<PoolableConnection> p)voidPoolableConnectionFactory. passivateObject(PooledObject<PoolableConnection> p)voidPoolableConnectionFactory. setPool(ObjectPool<PoolableConnection> pool)Sets theObjectPoolin which to poolConnections.private voidPoolableConnectionFactory. validateLifetime(PooledObject<PoolableConnection> p)booleanPoolableConnectionFactory. validateObject(PooledObject<PoolableConnection> p)Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PoolableConnection Constructor Description PoolableConnection(java.sql.Connection conn, ObjectPool<PoolableConnection> pool, javax.management.ObjectName jmxName)PoolableConnection(java.sql.Connection conn, ObjectPool<PoolableConnection> pool, javax.management.ObjectName jmxObjectName, java.util.Collection<java.lang.String> disconnectSqlCodes, boolean fastFailValidation)
-