org.scale7.cassandra.pelops
Class JmxMBeanManager
java.lang.Object
org.scale7.cassandra.pelops.JmxMBeanManager
public class JmxMBeanManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxMBeanManager
public JmxMBeanManager()
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.