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