Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.DefaultPooledObjectInfo
Packages that use DefaultPooledObjectInfo
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of DefaultPooledObjectInfo in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return types with arguments of type DefaultPooledObjectInfoModifier and TypeMethodDescriptionGenericKeyedObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).GenericKeyedObjectPoolMXBean.listAllObjects()
GenericObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).GenericObjectPoolMXBean.listAllObjects()