public class ClusterJmxHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
jmxEnabled |
protected static javax.management.MBeanServer |
mbeanServer |
protected static Registry |
registry |
Constructor and Description |
---|
ClusterJmxHelper() |
Modifier and Type | Method and Description |
---|---|
static javax.management.DynamicMBean |
getManagedBean(java.lang.Object object) |
static javax.management.MBeanServer |
getMBeanServer() |
static Registry |
getRegistry() |
protected static void |
initDefaultCluster() |
protected static boolean |
initMetaData(java.lang.Class<?> clazz) |
static boolean |
registerDefaultCluster(SimpleTcpCluster cluster) |
static boolean |
unregisterDefaultCluster(SimpleTcpCluster cluster) |
protected static Registry registry
protected static boolean jmxEnabled
protected static javax.management.MBeanServer mbeanServer
public static Registry getRegistry()
public static javax.management.MBeanServer getMBeanServer() throws java.lang.Exception
java.lang.Exception
protected static boolean initMetaData(java.lang.Class<?> clazz)
public static javax.management.DynamicMBean getManagedBean(java.lang.Object object) throws java.lang.Exception
java.lang.Exception
protected static void initDefaultCluster()
public static boolean registerDefaultCluster(SimpleTcpCluster cluster)
public static boolean unregisterDefaultCluster(SimpleTcpCluster cluster)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.