GmbalMBean |
ManagedObjectManager.createRoot() |
Create a default root MBean.
|
GmbalMBean |
ManagedObjectManager.createRoot(Object root) |
Create a root MBean from root, which much have a method with the
@NameValue annotation.
|
GmbalMBean |
ManagedObjectManager.createRoot(Object root,
String name) |
Create a root MBean from root with the given name.
|
GmbalMBean |
ManagedObjectManager.register(Object parent,
Object obj) |
Same as register( parent, obj, name ), but here the name
is derived from an @NameValue annotation.
|
GmbalMBean |
ManagedObjectManager.register(Object parent,
Object obj,
String name) |
Construct an Open Mean for obj according to its annotations,
and register it with domain getDomain() and the appropriate
ObjectName.
|
GmbalMBean |
ManagedObjectManager.registerAtRoot(Object obj) |
Same as registerAtRoot( Object, String ), but here the name
is derived from an @ObjectKeyName annotation.
|
GmbalMBean |
ManagedObjectManager.registerAtRoot(Object obj,
String name) |
Registers the MBean for obj at the root MBean for the ObjectManager,
using the given name.
|