Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.AbandonedConfig
Packages that use AbandonedConfig
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of AbandonedConfig in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as AbandonedConfigMethods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type AbandonedConfigModifier and TypeMethodDescriptionprotected GenericObjectPool
<PoolableConnection> BasicDataSource.createObjectPool
(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig) Creates an object pool used to provide pooling support forJDBC connections
. -
Uses of AbandonedConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as AbandonedConfigMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type AbandonedConfigModifier and TypeMethodDescriptionprivate void
GenericObjectPool.removeAbandoned
(AbandonedConfig ac) Recovers abandoned objects which have been checked out but not used since longer than the removeAbandonedTimeout.void
GenericObjectPool.setAbandonedConfig
(AbandonedConfig abandonedConfig) Sets the abandoned object removal configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type AbandonedConfigModifierConstructorDescriptionGenericObjectPool
(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config, AbandonedConfig abandonedConfig) Creates a newGenericObjectPool
that tracks and destroys objects that are checked out, but never returned to the pool.