|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbitronix.tm.utils.ManagementRegistrar
public final class ManagementRegistrar
Simple JMX facade. In case JMX is disabled, calling methods of this class have no effect.
| Method Summary | |
|---|---|
static java.lang.String |
makeValidName(java.lang.String name)
Replace characters considered illegal in a management object's name. |
static void |
register(java.lang.String name,
java.lang.Object obj)
Register the specified management object. |
static void |
unregister(java.lang.String name)
Unregister the management object with the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String makeValidName(java.lang.String name)
name - the name to work on.
public static void register(java.lang.String name,
java.lang.Object obj)
name - the name of the object.obj - the management object.public static void unregister(java.lang.String name)
name - the name of the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||