JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。