Uses of Class
org.glassfish.gmbal.impl.MBeanImpl
Packages that use MBeanImpl
-
Uses of MBeanImpl in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as MBeanImplModifier and TypeFieldDescriptionprivate MBeanImpl
AMXImpl.mbean
private MBeanImpl
MBeanImpl.parent
(package private) MBeanImpl
JMXRegistrationManager.root
private MBeanImpl
MBeanTree.rootEntity
Fields in org.glassfish.gmbal.impl with type parameters of type MBeanImplModifier and TypeFieldDescriptionMBeanImpl.children
private final LinkedHashSet
<MBeanImpl> JMXRegistrationManager.deferredRegistrations
private static org.glassfish.pfl.basic.func.UnaryFunction
<MBeanImpl, AMXMBeanInterface> AMXImpl.extract
MBeanTree.objectMap
private final org.glassfish.pfl.basic.func.UnaryVoidFunction
<MBeanImpl> JMXRegistrationManager.RootParentListener.REGISTER_FUNC
private final org.glassfish.pfl.basic.func.UnaryVoidFunction
<MBeanImpl> JMXRegistrationManager.RootParentListener.UNREGISTER_FUNC
Methods in org.glassfish.gmbal.impl that return MBeanImplModifier and TypeMethodDescriptionManagedObjectManagerImpl.constructMBean
(MBeanImpl parentEntity, Object obj, String name) ManagedObjectManagerInternal.constructMBean
(MBeanImpl parentEntity, Object obj, String name) MBeanTree.getMBeanImpl
(Object obj) MBeanTree.getParentEntity
(Object parent) MBeanImpl.parent()
Methods in org.glassfish.gmbal.impl that return types with arguments of type MBeanImplMethods in org.glassfish.gmbal.impl with parameters of type MBeanImplModifier and TypeMethodDescriptionvoid
private void
MBeanTree.addToObjectMaps
(MBeanImpl mbean) private void
MBeanTree.checkCorrectRoot
(MBeanImpl entity) ManagedObjectManagerImpl.constructMBean
(MBeanImpl parentEntity, Object obj, String name) ManagedObjectManagerInternal.constructMBean
(MBeanImpl parentEntity, Object obj, String name) void
Exceptions.deferredRegistrationException
(JMException exc, MBeanImpl mbean) Exceptions.nodeAlreadyHasParent
(MBeanImpl entity) Exceptions.nonSingletonRequiresName
(MBeanImpl parentEntity, String type) Exceptions.notPartOfThisTree
(MBeanImpl mbi) Exceptions.objectAlreadyRegistered
(Object obj, MBeanImpl oldMbi) MBeanTree.objectName
(MBeanImpl parent, String type, String name) void
void
Handle registration of this MBean.void
MBeanImpl.removeChild
(MBeanImpl child) private void
MBeanTree.removeFromObjectMaps
(MBeanImpl mbean) void
Set the MBeanImpl that is the root of this MBean tree.Exceptions.singletonCannotSpecifyName
(MBeanImpl parentEntity, String type, String name) private void
JMXRegistrationManager.RootParentListener.traverse
(MBeanImpl mb, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> pre, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> post) void
JMXRegistrationManager.unregister
(MBeanImpl mb) Unregister the MBean.Method parameters in org.glassfish.gmbal.impl with type arguments of type MBeanImplModifier and TypeMethodDescriptionprivate void
JMXRegistrationManager.RootParentListener.traverse
(MBeanImpl mb, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> pre, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> post) Constructors in org.glassfish.gmbal.impl with parameters of type MBeanImpl