JavaTM 2 Platform
Standard Ed. 6

接口 javax.management.modelmbean.ModelMBeanInfo
的使用

使用 ModelMBeanInfo 的软件包
javax.management.modelmbean 提供了 ModelMBean 类的定义。 
 

javax.management.modelmbean 中 ModelMBeanInfo 的使用
 

实现 ModelMBeanInfo 的 javax.management.modelmbean 中的类
 class ModelMBeanInfoSupport
          此类表示 ModelMBean 的元数据。
 

参数类型为 ModelMBeanInfo 的 javax.management.modelmbean 中的方法
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
          使用传入的 ModelMBeanInfo 实例化 ModelMBean 对象。
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi)
          使用传入的 ModelMBeanInfo 实例化 ModelMBean 对象。
 

参数类型为 ModelMBeanInfo 的 javax.management.modelmbean 中的构造方法
ModelMBeanInfoSupport(ModelMBeanInfo mbi)
          构造作为给定 ModelMBeanInfoSupport 副本的 ModelMBeanInfoSupport。
RequiredModelMBean(ModelMBeanInfo mbi)
          使用传入的 ModelMBeanInfo 构造 RequiredModelMBean 对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。