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 ModelMBeanInfoMethods in javax.management.modelmbean with parameters of type ModelMBeanInfo修饰符和类方法描述voidModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo) Initializes a ModelMBean object using ModelMBeanInfo passed in.voidRequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi) Initializes a ModelMBean object using ModelMBeanInfo passed in.Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfoModifierConstructor描述Constructs a ModelMBeanInfoSupport which is a duplicate of the given ModelMBeanInfo.Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.