Uses of Interface
javax.management.DynamicMBean

Packages that use DynamicMBean
javax.management.modelmbean   
org.huihoo.jfox.jmx   
 

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.
 

Uses of DynamicMBean in org.huihoo.jfox.jmx
 

Constructors in org.huihoo.jfox.jmx with parameters of type DynamicMBean
DynamicMBeanMetaDataSupport(ObjectName objectName, DynamicMBean obj)