JavaTM Platform
Standard Ed. 6

クラス
javax.management.modelmbean.ModelMBeanOperationInfo の使用

ModelMBeanOperationInfo を使用しているパッケージ
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
 

javax.management.modelmbean での ModelMBeanOperationInfo の使用
 

ModelMBeanOperationInfo を返す javax.management.modelmbean のメソッド
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
          名前で要求された ModelMBeanOperationInfo を返します。
 

ModelMBeanOperationInfo 型のパラメータを持つ javax.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 オブジェクトから新しい ModelMBeanOperationInfo オブジェクトを構築します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。