|
|
|
@ -1174,7 +1174,7 @@ public class GenericObjectPool<T> extends BaseGenericObjectPool<T>
|
|
|
|
|
|
|
|
|
|
// JMX specific attributes
|
|
|
|
|
private static final String ONAME_BASE = |
|
|
|
|
"org.apache.commons.pool2:type=GenericObjectPool,name="; |
|
|
|
|
"com.fr.third.org.apache.commons.pool2:type=GenericObjectPool,name="; |
|
|
|
|
|
|
|
|
|
// Additional configuration properties for abandoned object tracking
|
|
|
|
|
private volatile AbandonedConfig abandonedConfig = null; |
|
|
|
|