JavaTM Platform
Standard Ed. 6

クラス
javax.management.MBeanOperationInfo の使用

MBeanOperationInfo を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
javax.management.openmbean 公開データ型と Open MBean 記述子クラスを提供します。 
 

javax.management での MBeanOperationInfo の使用
 

MBeanOperationInfo を返す javax.management のメソッド
 MBeanOperationInfo[] MBeanInfo.getOperations()
          MBean のオペレーションのリストを返します。
 

MBeanOperationInfo 型のパラメータを持つ javax.management のメソッド
protected  String StandardMBean.getDescription(MBeanOperationInfo info)
          カスタマイズフック:この MBean から返される MBeanOperationInfo 内で使用される説明を取得します。
protected  String StandardMBean.getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
          カスタマイズフック:この MBean から返される MBeanOperationInfo の sequence MBeanParameterInfo に使用される説明を取得します。
protected  int StandardMBean.getImpact(MBeanOperationInfo info)
          カスタマイズフック:この MBean から返される MBeanOperationInfo で使用されるオペレーションの impact フラグを取得します。
protected  String StandardMBean.getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
          カスタマイズフック:この MBean から返される MBeanOperationInfo の sequence MBeanParameterInfo に使用される名前を取得します。
 

MBeanOperationInfo 型のパラメータを持つ javax.management のコンストラクタ
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          MBeanInfo を構築します。
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          MBeanInfo を構築します。
 

javax.management.modelmbean での MBeanOperationInfo の使用
 

javax.management.modelmbean での MBeanOperationInfo のサブクラス
 class ModelMBeanOperationInfo
          ModelMBeanOperationInfo オブジェクトは、ModelMBean の管理オペレーションを記述します。
 

MBeanOperationInfo を返す javax.management.modelmbean のメソッド
 MBeanOperationInfo[] ModelMBeanInfo.getOperations()
          MBean のオペレーションのリストを返します。
 

javax.management.openmbean での MBeanOperationInfo の使用
 

javax.management.openmbean での MBeanOperationInfo のサブクラス
 class OpenMBeanOperationInfoSupport
          Open MBean のオペレーションを記述します。
 

MBeanOperationInfo を返す javax.management.openmbean のメソッド
 MBeanOperationInfo[] OpenMBeanInfo.getOperations()
          この OpenMBeanInfo インスタンスによって記述された公開 MBean 内の各オペレーションを記述する OpenMBeanOperationInfo インスタンスの配列を返します。
 


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 も参照してください。