JavaTM 2 Platform
Standard Ed. 6

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

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

javax.management.openmbeanOpenMBeanOperationInfo 的使用
 

實作 OpenMBeanOperationInfojavax.management.openmbean 中的類別
 class OpenMBeanOperationInfoSupport
          描述 Open MBean 的一個操作。
 

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