public class JmxRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected static StringManager |
sm |
Modifier and Type | Method and Description |
---|---|
static JmxRegistry |
getRegistry(Channel channel) |
ObjectName |
registerJmx(String keyprop,
Object bean) |
static void |
removeRegistry(Channel channel,
boolean clear) |
void |
unregisterJmx(ObjectName oname) |
protected static final StringManager sm
public static JmxRegistry getRegistry(Channel channel)
public static void removeRegistry(Channel channel, boolean clear)
public ObjectName registerJmx(String keyprop, Object bean)
public void unregisterJmx(ObjectName oname)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.