org.infinispan.jmx
Class JmxUtil
java.lang.Object
org.infinispan.jmx.JmxUtil
public class JmxUtil
- extends Object
Class containing JMX related utility methods.
- Since:
- 5.0
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxUtil
public JmxUtil()
lookupMBeanServer
public static MBeanServer lookupMBeanServer(GlobalConfiguration cfg)
buildJmxDomain
public static String buildJmxDomain(GlobalConfiguration cfg,
MBeanServer mBeanServer,
String groupName)
registerMBean
public static void registerMBean(ResourceDMBean dynamicMBean,
ObjectName objectName,
MBeanServer mBeanServer)
throws Exception
- Throws:
Exception
unregisterMBean
public static void unregisterMBean(ObjectName objectName,
MBeanServer mBeanServer)
throws Exception
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.