Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PoolableConnection
Packages that use PoolableConnection
Package
Description
Package providing support for all major Connection Pools.
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 PoolableConnectionModifier and TypeFieldDescription(package private) final GenericObjectPool
<PoolableConnection> DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool.pool
Constructor parameters in org.datanucleus.store.rdbms.connectionpool with type arguments of type PoolableConnectionModifierConstructorDescription -
Uses of PoolableConnection in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PoolableConnectionModifier and TypeFieldDescriptionprivate GenericObjectPool
<PoolableConnection> BasicDataSource.connectionPool
The object pool that internally manages our connections.private final ObjectPool
<PoolableConnection> PoolableConnection.pool
The pool to which I should return.private ObjectPool
<PoolableConnection> PoolableConnectionFactory.pool
Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type PoolableConnectionModifier and TypeMethodDescriptionprotected 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()
PoolableConnectionFactory.getPool()
Returns theObjectPool
in whichConnection
s are pooled.PoolableConnectionFactory.makeObject()
Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolableConnectionModifier and TypeMethodDescriptionvoid
PoolableConnectionFactory.validateConnection
(PoolableConnection conn) Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PoolableConnectionModifier and TypeMethodDescriptionvoid
PoolableConnectionFactory.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
.void
PoolableConnectionFactory.destroyObject
(PooledObject<PoolableConnection> p) void
PoolableConnectionFactory.passivateObject
(PooledObject<PoolableConnection> p) void
PoolableConnectionFactory.setPool
(ObjectPool<PoolableConnection> pool) Sets theObjectPool
in which to poolConnection
s.private void
PoolableConnectionFactory.validateLifetime
(PooledObject<PoolableConnection> p) boolean
PoolableConnectionFactory.validateObject
(PooledObject<PoolableConnection> p) Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PoolableConnectionModifierConstructorDescriptionPoolableConnection
(Connection conn, ObjectPool<PoolableConnection> pool, ObjectName jmxName) PoolableConnection
(Connection conn, ObjectPool<PoolableConnection> pool, ObjectName jmxObjectName, Collection<String> disconnectSqlCodes, boolean fastFailValidation)