public class JmxUtil extends Object
| Constructor and Description |
|---|
JmxUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPossibleToExposeBeans() |
static void |
registerBean(String name,
Object value)
Exposes an object as an MBean.
|
static void |
unregisterBean(String name) |
public static void registerBean(String name, Object value)
name - the JNDI to expose the bean asvalue - the bean to be exposedpublic static boolean isPossibleToExposeBeans()
public static void unregisterBean(String name)
Copyright © 2003–2019 Atlassian. All rights reserved.