Uses of Class
org.glassfish.gmbal.impl.MBeanImpl
-
Packages that use MBeanImpl Package Description org.glassfish.gmbal.impl -
-
Uses of MBeanImpl in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as MBeanImpl Modifier and Type Field Description private MBeanImplAMXImpl. mbeanprivate MBeanImplMBeanImpl. parent(package private) MBeanImplJMXRegistrationManager. rootprivate MBeanImplMBeanTree. rootEntityFields in org.glassfish.gmbal.impl with type parameters of type MBeanImpl Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MBeanImpl>>MBeanImpl. childrenprivate java.util.LinkedHashSet<MBeanImpl>JMXRegistrationManager. deferredRegistrationsprivate static org.glassfish.pfl.basic.func.UnaryFunction<MBeanImpl,AMXMBeanInterface>AMXImpl. extractprivate java.util.Map<java.lang.Object,MBeanImpl>MBeanTree. objectMapprivate org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl>JMXRegistrationManager.RootParentListener. REGISTER_FUNCprivate org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl>JMXRegistrationManager.RootParentListener. UNREGISTER_FUNCMethods in org.glassfish.gmbal.impl that return MBeanImpl Modifier and Type Method Description MBeanImplManagedObjectManagerImpl. constructMBean(MBeanImpl parentEntity, java.lang.Object obj, java.lang.String name)MBeanImplManagedObjectManagerInternal. constructMBean(MBeanImpl parentEntity, java.lang.Object obj, java.lang.String name)MBeanImplMBeanTree. getMBeanImpl(java.lang.Object obj)MBeanImplMBeanTree. getParentEntity(java.lang.Object parent)MBeanImplMBeanImpl. parent()Methods in org.glassfish.gmbal.impl that return types with arguments of type MBeanImpl Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,MBeanImpl>>MBeanImpl. children()Methods in org.glassfish.gmbal.impl with parameters of type MBeanImpl Modifier and Type Method Description voidMBeanImpl. addChild(MBeanImpl child)private voidMBeanTree. addToObjectMaps(MBeanImpl mbean)private voidMBeanTree. checkCorrectRoot(MBeanImpl entity)MBeanImplManagedObjectManagerImpl. constructMBean(MBeanImpl parentEntity, java.lang.Object obj, java.lang.String name)MBeanImplManagedObjectManagerInternal. constructMBean(MBeanImpl parentEntity, java.lang.Object obj, java.lang.String name)voidExceptions. deferredRegistrationException(javax.management.JMException exc, MBeanImpl mbean)java.lang.IllegalArgumentExceptionExceptions. nodeAlreadyHasParent(MBeanImpl entity)java.lang.IllegalArgumentExceptionExceptions. nonSingletonRequiresName(MBeanImpl parentEntity, java.lang.String type)java.lang.IllegalArgumentExceptionExceptions. notPartOfThisTree(MBeanImpl mbi)java.lang.IllegalArgumentExceptionExceptions. objectAlreadyRegistered(java.lang.Object obj, MBeanImpl oldMbi)javax.management.ObjectNameMBeanTree. objectName(MBeanImpl parent, java.lang.String type, java.lang.String name)voidMBeanImpl. parent(MBeanImpl entity)voidJMXRegistrationManager. register(MBeanImpl mb)Handle registration of this MBean.GmbalMBeanMBeanTree. register(MBeanImpl parentEntity, java.lang.Object obj, MBeanImpl mb)voidMBeanImpl. removeChild(MBeanImpl child)private voidMBeanTree. removeFromObjectMaps(MBeanImpl mbean)voidJMXRegistrationManager. setRoot(MBeanImpl root)Set the MBeanImpl that is the root of this MBean tree.java.lang.IllegalArgumentExceptionExceptions. singletonCannotSpecifyName(MBeanImpl parentEntity, java.lang.String type, java.lang.String name)private voidJMXRegistrationManager.RootParentListener. traverse(MBeanImpl mb, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> pre, org.glassfish.pfl.basic.func.UnaryVoidFunction<MBeanImpl> post)voidJMXRegistrationManager. unregister(MBeanImpl mb)Unregister the MBean.Method parameters in org.glassfish.gmbal.impl with type arguments of type MBeanImpl Modifier and Type Method Description private voidJMXRegistrationManager.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 Constructor Description AMXImpl(MBeanImpl mb)
-