JavaTM 2 Platform
Standard Ed. 6

介面 javax.management.openmbean.OpenMBeanAttributeInfo
的使用

使用 OpenMBeanAttributeInfo 的軟體套件
javax.management.openmbean 提供開放資料型別和 Open MBean 描述符類別。 
 

javax.management.openmbeanOpenMBeanAttributeInfo 的使用
 

實作 OpenMBeanAttributeInfojavax.management.openmbean 中的類別
 class OpenMBeanAttributeInfoSupport
          描述 open MBean 的一個屬性。
 

參數型別為 OpenMBeanAttributeInfojavax.management.openmbean 中的建構子
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
          建構一個 OpenMBeanInfoSupport 實例,它使用指定的 classNamedescriptionopenAttributesopenConstructorsopenOperationsnotifications 描述 open MBeans 的類別。
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          建構一個 OpenMBeanInfoSupport 實例,它使用指定的 classNamedescriptionopenAttributesopenConstructorsopenOperationsnotificationsdescriptor 描述 open MBeans 的類別
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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