|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultPooledObjectInfo | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of DefaultPooledObjectInfo in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl that return types with arguments of type DefaultPooledObjectInfo | |
---|---|
Set<DefaultPooledObjectInfo> |
GenericObjectPoolMXBean.listAllObjects()
See GenericObjectPool.listAllObjects() |
Set<DefaultPooledObjectInfo> |
GenericObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed). |
Map<String,List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPoolMXBean.listAllObjects()
See GenericKeyedObjectPool.listAllObjects() |
Map<String,List<DefaultPooledObjectInfo>> |
GenericKeyedObjectPool.listAllObjects()
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |