Uses of Class
org.glassfish.gmbal.impl.MBeanImpl

Packages that use MBeanImpl
org.glassfish.gmbal.impl   
 

Uses of MBeanImpl in org.glassfish.gmbal.impl
 

Methods in org.glassfish.gmbal.impl that return MBeanImpl
 MBeanImpl ManagedObjectManagerImpl.constructMBean(MBeanImpl parentEntity, Object obj, String name)
           
 MBeanImpl ManagedObjectManagerInternal.constructMBean(MBeanImpl parentEntity, Object obj, String name)
           
 MBeanImpl MBeanTree.getMBeanImpl(Object obj)
           
 MBeanImpl MBeanTree.getParentEntity(Object parent)
           
 MBeanImpl MBeanImpl.parent()
           
 

Methods in org.glassfish.gmbal.impl that return types with arguments of type MBeanImpl
 Map<String,Map<String,MBeanImpl>> MBeanImpl.children()
           
 

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.
 

Constructors in org.glassfish.gmbal.impl with parameters of type MBeanImpl
AMXImpl(MBeanImpl mb)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.