| Methods in org.glassfish.gmbal.impl with parameters of type MBeanImpl |
void |
MBeanImpl.addChild(MBeanImpl child)
|
MBeanImpl |
ManagedObjectManagerImpl.constructMBean(MBeanImpl parentEntity,
Object obj,
String name)
|
MBeanImpl |
ManagedObjectManagerInternal.constructMBean(MBeanImpl parentEntity,
Object obj,
String name)
|
void |
Exceptions.deferredRegistrationException(JMException exc,
MBeanImpl mbean)
|
IllegalArgumentException |
Exceptions.nodeAlreadyHasParent(MBeanImpl entity)
|
IllegalArgumentException |
Exceptions.nonSingletonRequiresName(MBeanImpl parentEntity,
String type)
|
IllegalArgumentException |
Exceptions.notPartOfThisTree(MBeanImpl mbi)
|
IllegalArgumentException |
Exceptions.objectAlreadyRegistered(Object obj,
MBeanImpl oldMbi)
|
ObjectName |
MBeanTree.objectName(MBeanImpl parent,
String type,
String name)
|
void |
MBeanImpl.parent(MBeanImpl entity)
|
void |
JMXRegistrationManager.register(MBeanImpl mb)
Handle registration of this MBean. |
GmbalMBean |
MBeanTree.register(MBeanImpl parentEntity,
Object obj,
MBeanImpl mb)
|
void |
MBeanImpl.removeChild(MBeanImpl child)
|
void |
JMXRegistrationManager.setRoot(MBeanImpl root)
Set the MBeanImpl that is the root of this MBean tree. |
IllegalArgumentException |
Exceptions.singletonCannotSpecifyName(MBeanImpl parentEntity,
String type,
String name)
|
void |
JMXRegistrationManager.unregister(MBeanImpl mb)
Unregister the MBean. |