Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.PooledObjectFactory
-
Packages that use PooledObjectFactory Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.pool2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement PooledObjectFactory Modifier and Type Class Description classPoolableConnectionFactoryAPooledObjectFactorythat createsPoolableConnections. -
Uses of PooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that implement PooledObjectFactory Modifier and Type Class Description classBasePooledObjectFactory<T>A base implementation ofPoolableObjectFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return PooledObjectFactory Modifier and Type Method Description static <T> PooledObjectFactory<T>PoolUtils. synchronizedPooledFactory(PooledObjectFactory<T> factory)Returns a synchronized (thread-safe) PooledObjectFactory backed by the specified PooledObjectFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with parameters of type PooledObjectFactory Modifier and Type Method Description static <T> PooledObjectFactory<T>PoolUtils. synchronizedPooledFactory(PooledObjectFactory<T> factory)Returns a synchronized (thread-safe) PooledObjectFactory backed by the specified PooledObjectFactory. -
Uses of PooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return PooledObjectFactory Modifier and Type Method Description PooledObjectFactory<T>GenericObjectPool. getFactory()Obtains a reference to the factory used to create, destroy and validate the objects used by this pool.PooledObjectFactory<T>SoftReferenceObjectPool. getFactory()Returns thePooledObjectFactoryused by this pool to create and manage object instances.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type PooledObjectFactory Constructor Description GenericObjectPool(PooledObjectFactory<T> factory)Creates a newGenericObjectPoolusing defaults fromGenericObjectPoolConfig.GenericObjectPool(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config)Creates a newGenericObjectPoolusing a specific configuration.GenericObjectPool(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config, AbandonedConfig abandonedConfig)Creates a newGenericObjectPoolthat tracks and destroys objects that are checked out, but never returned to the pool.SoftReferenceObjectPool(PooledObjectFactory<T> factory)Create aSoftReferenceObjectPoolwith the specified factory.
-