JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.modelmbean.ModelMBeanConstructorInfo
的使用

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

javax.management.modelmbeanModelMBeanConstructorInfo 的使用
 

返回 ModelMBeanConstructorInfojavax.management.modelmbean 中的方法
 ModelMBeanConstructorInfo ModelMBeanInfoSupport.getConstructor(String inName)
          返回通過名稱請求的 ModelMBeanConstructorInfo。
 

參數型別為 ModelMBeanConstructorInfojavax.management.modelmbean 中的建構子
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
          創建帶有所提供的資訊、但描述符為預設描述符的 ModelMBeanInfoSupport。
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
          創建帶有所提供的資訊和參數中給出的描述符的 ModelMBeanInfoSupport。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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