org.apache.catalina.ha.jmx
Class ClusterJmxHelper
java.lang.Object
org.apache.catalina.ha.jmx.ClusterJmxHelper
public class ClusterJmxHelper
- extends Object
- Author:
- Filip Hanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registry
protected static Registry registry
jmxEnabled
protected static boolean jmxEnabled
mbeanServer
protected static MBeanServer mbeanServer
ClusterJmxHelper
public ClusterJmxHelper()
getRegistry
public static Registry getRegistry()
getMBeanServer
public static MBeanServer getMBeanServer()
throws Exception
- Throws:
Exception
initMetaData
protected static boolean initMetaData(Class<?> clazz)
getManagedBean
public static DynamicMBean getManagedBean(Object object)
throws Exception
- Throws:
Exception
initDefaultCluster
protected static void initDefaultCluster()
registerDefaultCluster
public static boolean registerDefaultCluster(SimpleTcpCluster cluster)
unregisterDefaultCluster
public static boolean unregisterDefaultCluster(SimpleTcpCluster cluster)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.