JavaTM 2 Platform
Standard Ed. 6

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

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

javax.management.modelmbeanModelMBeanOperationInfo 的使用
 

返回 ModelMBeanOperationInfojavax.management.modelmbean 中的方法
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
          返回通過名稱請求的 ModelMBeanOperationInfo。
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
           
 

參數型別為 ModelMBeanOperationInfojavax.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。
ModelMBeanOperationInfo(ModelMBeanOperationInfo inInfo)
          根據此 ModelMBeanOperation Object 建構新的 ModelMBeanOperationInfo 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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