Uses of Interface
javax.management.modelmbean.ModelMBeanInfo
Packages that use ModelMBeanInfo
-
Uses of ModelMBeanInfo in javax.management.modelmbean
Classes in javax.management.modelmbean that implement ModelMBeanInfoModifier and TypeClassDescriptionclass
This class represents the meta data for ModelMBeans.Methods in javax.management.modelmbean with parameters of type ModelMBeanInfoModifier and TypeMethodDescriptionvoid
ModelMBean.setModelMBeanInfo
(ModelMBeanInfo inModelMBeanInfo) Initializes a ModelMBean object using ModelMBeanInfo passed in.void
RequiredModelMBean.setModelMBeanInfo
(ModelMBeanInfo mbi) Initializes a ModelMBean object using ModelMBeanInfo passed in.Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfoModifierConstructorDescriptionConstructs a ModelMBeanInfoSupport which is a duplicate of the given ModelMBeanInfo.Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.