Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.management.modelmbean.ModelMBeanInfo

Uses of ModelMBeanInfo in javax.management.modelmbean
 

Classes in javax.management.modelmbean that implement ModelMBeanInfo
 class ModelMBeanInfoSupport
          Support class for ModelMBeanInfo interface.
 

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

Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfo
RequiredModelMBean(ModelMBeanInfo info)
           
ModelMBeanInfoSupport(ModelMBeanInfo mbi)
          Copy constructor for Model MBean info.