public class JmxUtils extends Object
| Constructor and Description |
|---|
JmxUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Reusable> |
createObjectPoolMBean(ObjectPool<T> pool)
Creates a
ModelMBean for the specified ObjectPool. |
public static <T extends Reusable> ModelMBean createObjectPoolMBean(ObjectPool<T> pool) throws Exception
ModelMBean for the specified ObjectPool.T - object type of pool for MBeanpool - pool for which to create MBeanModelMBean for the specified ObjectPoolException - if thrown while trying to create MBeanCopyright © 2016. All rights reserved.