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