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
          This class represents the meta data for ModelMBeans.
 

Methods in javax.management.modelmbean with parameters of type ModelMBeanInfo
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbeanInfo)
          Initializes a RequiredModelMBean object using ModelMBeanInfo passed in.
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
          Initializes a ModelMBean object using ModelMBeanInfo passed in.
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfo
RequiredModelMBean(ModelMBeanInfo mbeanInfo)
          Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
ModelMBeanInfoSupport(ModelMBeanInfo mbeanInfo)
          constructs a ModelMBeanInfoSupport which is a duplicate of the one passed in.