Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3
-
None
Description
The current implementation of GenericObjectPool encapsulates the _pool
object and there is no way to get it directly, which makes some things
like JMX pool monitoring a bit awkward.
Would it be possible to either make _pool protected or add a method
protected Collection getInternalPool() {
return _pool;
}
or something like that to the GenericObjectPool implementation (and
probably others, but that is the one that bites me most... )
This would make extending the GenericObjectPool much easier.
Attachments
Issue Links
- is related to
-
POOL-172 Add JMX (MBean) management and monitoring
- Closed