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

Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Uses of Interface
javax.management.DynamicMBean

Packages that use DynamicMBean
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

Uses of DynamicMBean in javax.management
 

Subinterfaces of DynamicMBean in javax.management
 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
 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
 interface ModelMBean
          This interface must be implemented by the ModelMBeans.
 

Classes in javax.management.modelmbean that implement DynamicMBean
 class RequiredModelMBean
          This class is the implementation of a ModelMBean.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Submit a bug or feature

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