Interface GenericObjectPoolMXBean

All Known Implementing Classes:
GenericObjectPool

public interface GenericObjectPoolMXBean
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