org.scale7.cassandra.pelops
Class JmxMBeanManager

java.lang.Object
  extended by org.scale7.cassandra.pelops.JmxMBeanManager

public class JmxMBeanManager
extends Object


Constructor Summary
JmxMBeanManager()
           
 
Method Summary
 Object getAttribute(String objName, String attrName)
           
static JmxMBeanManager getInstance()
           
 Integer getIntAttribute(String objName, String attrName)
           
 String getStringAttribute(String objName, String attrName)
           
 boolean isRegistered(String name)
           
 void registerMBean(Object theBean, String name)
           
 void unregisterMBean(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxMBeanManager

public JmxMBeanManager()
Method Detail

getInstance

public static JmxMBeanManager getInstance()

isRegistered

public boolean isRegistered(String name)

registerMBean

public void registerMBean(Object theBean,
                          String name)

unregisterMBean

public void unregisterMBean(String name)

getAttribute

public Object getAttribute(String objName,
                           String attrName)

getIntAttribute

public Integer getIntAttribute(String objName,
                               String attrName)

getStringAttribute

public String getStringAttribute(String objName,
                                 String attrName)


Copyright © 2011. All Rights Reserved.