Uses of Interface
javax.management.modelmbean.ModelMBeanInfo

Packages that use ModelMBeanInfo
javax.management.modelmbean   
 

Uses of ModelMBeanInfo in javax.management.modelmbean
 

Classes in javax.management.modelmbean that implement ModelMBeanInfo
 class ModelMBeanInfoSupport
           
 

Methods in javax.management.modelmbean with parameters of type ModelMBeanInfo
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo)
           
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo)
           
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfo
RequiredModelMBean(ModelMBeanInfo info)