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.management API 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.management
Subinterfaces of DynamicMBean in com.sun.management Modifier and Type Interface Description interface
DiagnosticCommandMBean
Management interface for the diagnostic commands for the HotSpot Virtual Machine. -
Uses of DynamicMBean in javax.management
Classes in javax.management that implement DynamicMBean Modifier and Type Class 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 Description interface
ModelMBean
This interface must be implemented by the ModelMBeans.Classes in javax.management.modelmbean that implement DynamicMBean Modifier and Type Class Description class
RequiredModelMBean
This class is the implementation of a ModelMBean.