Java™ Platform
Standard Ed. 6

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
 

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. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.