Interface GenericKeyedObjectPoolMXBean<K>

Type Parameters:
K - The type of keys maintained by the pool.
All Known Implementing Classes:
GenericKeyedObjectPool

public interface GenericKeyedObjectPoolMXBean<K>
Defines the methods that will be made available via JMX.

Note

This interface exists only to define those attributes and methods that will be made available via JMX. It must not be implemented by clients as it is subject to change between major, minor and patch version releases of commons pool. Clients that implement this interface may not, therefore, be able to upgrade to a new minor or patch release without requiring code changes.

Since:
2.0