Uses of Interface
javax.management.modelmbean.ModelMBeanInfo
-
Packages that use ModelMBeanInfo 软件包 描述 javax.management.modelmbean 提供ModelMBean类的定义。 -
-
Uses of ModelMBeanInfo in javax.management.modelmbean
Classes in javax.management.modelmbean that implement ModelMBeanInfo 变量和类型 类 描述 class
ModelMBeanInfoSupport
此类表示ModelMBeans的元数据。Methods in javax.management.modelmbean with parameters of type ModelMBeanInfo 变量和类型 方法 描述 void
ModelMBean. setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
使用传入的ModelMBeanInfo初始化ModelMBean对象。void
RequiredModelMBean. setModelMBeanInfo(ModelMBeanInfo mbi)
使用传入的ModelMBeanInfo初始化ModelMBean对象。Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfo 构造器 描述 ModelMBeanInfoSupport(ModelMBeanInfo mbi)
构造ModelMBeanInfoSupport,它是给定ModelMBeanInfo的副本。RequiredModelMBean(ModelMBeanInfo mbi)
使用传入的ModelMBeanInfo构造一个RequiredModelMBean对象。
-