Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Interface
javax.management.DynamicMBean

Packages that use DynamicMBean
Package Description
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
javax.management.namespace The javax.management.namespace package makes it possible to federate MBeanServers into a hierarchical name space. 
 

Uses of DynamicMBean in javax.management
 

Subinterfaces of DynamicMBean in javax.management
Modifier and Type Interface and Description
 interface DynamicWrapperMBean
          An MBean can implement this interface to affect how the MBeanServer's getClassLoaderFor and isInstanceOf methods behave.
 

Classes in javax.management that implement DynamicMBean
Modifier and Type Class and Description
 class StandardEmitterMBean
          An MBean whose management interface is determined by reflection on a Java interface, and that emits notifications.
 class StandardMBean
          An MBean whose management interface is determined by reflection on a Java interface.
 

Uses of DynamicMBean in javax.management.modelmbean
 

Subinterfaces of DynamicMBean in javax.management.modelmbean
Modifier and Type Interface and Description
 interface ModelMBean
          This interface must be implemented by the ModelMBeans.
 

Classes in javax.management.modelmbean that implement DynamicMBean
Modifier and Type Class and Description
 class RequiredModelMBean
          This class is the implementation of a ModelMBean.
 

Uses of DynamicMBean in javax.management.namespace
 

Methods in javax.management.namespace that return DynamicMBean
Modifier and Type Method and Description
abstract  DynamicMBean MBeanServerSupport.getDynamicMBeanFor(ObjectName name)
          Returns a dynamically created handle that makes it possible to access the named MBean for the duration of a method call.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.