JavaTM 2 Platform
Standard Ed. 6

介面 javax.management.modelmbean.ModelMBeanInfo
的使用

使用 ModelMBeanInfo 的軟體套件
javax.management.modelmbean 提供了 ModelMBean 類別的定義。 
 

javax.management.modelmbeanModelMBeanInfo 的使用
 

實作 ModelMBeanInfojavax.management.modelmbean 中的類別
 class ModelMBeanInfoSupport
          此類別表示 ModelMBean 的元資料。
 

參數型別為 ModelMBeanInfojavax.management.modelmbean 中的方法
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
          使用傳入的 ModelMBeanInfo 實例化 ModelMBean 物件。
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi)
          使用傳入的 ModelMBeanInfo 實例化 ModelMBean 物件。
 

參數型別為 ModelMBeanInfojavax.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