public final class ManagementRegistrar
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2006-2021 Bitronix Software. All Rights Reserved.