|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.jmx.JmxUtil
public class JmxUtil
Exposes various utility methods to simplify the process of registering / ungregistering MBeans.
| Constructor Summary | |
|---|---|
JmxUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isPossibleToExposeBeans()
|
static void |
registerBean(java.lang.String name,
java.lang.Object value)
Exposes an object as an MBean. |
static void |
unregisterBean(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmxUtil()
| Method Detail |
|---|
public static void registerBean(java.lang.String name,
java.lang.Object value)
name - the JNDI to expose the bean asvalue - the bean to be exposedpublic static boolean isPossibleToExposeBeans()
public static void unregisterBean(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||