Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.BaseObjectPoolConfig
-
Packages that use BaseObjectPoolConfig Package Description 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 BaseObjectPoolConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Subclasses of BaseObjectPoolConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl Modifier and Type Class Description class
GenericKeyedObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool
.class
GenericObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for aGenericObjectPool
.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type BaseObjectPoolConfig Modifier and Type Method Description private javax.management.ObjectName
BaseGenericObjectPool. jmxRegister(BaseObjectPoolConfig<T> config, java.lang.String jmxNameBase, java.lang.String jmxNamePrefix)
Registers the pool with the platform MBean server.protected void
BaseGenericObjectPool. setConfig(BaseObjectPoolConfig<T> config)
Initializes the receiver with the given configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type BaseObjectPoolConfig Constructor Description BaseGenericObjectPool(BaseObjectPoolConfig<T> config, java.lang.String jmxNameBase, java.lang.String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for monitoring.
-