Uses of Interface
javax.management.DynamicMBean
| Package | Description | 
|---|---|
| com.sun.management | This package contains the JDK's extension to
 the standard implementation of the
  java.lang.managementAPI and also defines the management
 interface for some other components of the platform. | 
| 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 com.sun.managementSubinterfaces of DynamicMBean in com.sun.management Modifier and Type Interface Description interfaceDiagnosticCommandMBeanManagement interface for the diagnostic commands for the HotSpot Virtual Machine.
- 
Uses of DynamicMBean in javax.managementClasses in javax.management that implement DynamicMBean Modifier and Type Class Description classStandardEmitterMBeanAn MBean whose management interface is determined by reflection on a Java interface, and that emits notifications.classStandardMBeanAn MBean whose management interface is determined by reflection on a Java interface.
- 
Uses of DynamicMBean in javax.management.modelmbeanSubinterfaces of DynamicMBean in javax.management.modelmbean Modifier and Type Interface Description interfaceModelMBeanThis interface must be implemented by the ModelMBeans.Classes in javax.management.modelmbean that implement DynamicMBean Modifier and Type Class Description classRequiredModelMBeanThis class is the implementation of a ModelMBean.