snaq.db.jmx
Class JmxUtils

java.lang.Object
  extended by snaq.db.jmx.JmxUtils

public class JmxUtils
extends Object

Utility class for providing DBPool JMX support.

Author:
Giles Winstanley

Constructor Summary
JmxUtils()
           
 
Method Summary
static ModelMBean createObjectPoolMBean(ObjectPool pool)
          Creates a ModelMBean for the specified ObjectPool.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxUtils

public JmxUtils()
Method Detail

createObjectPoolMBean

public static final ModelMBean createObjectPoolMBean(ObjectPool pool)
                                              throws Exception
Creates a ModelMBean for the specified ObjectPool.

Throws:
Exception