JavaTM 2 Platform
Standard Ed. 5.0

インタフェース
javax.management.Descriptor の使用

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

javax.management での Descriptor の使用
 

Descriptor を返す javax.management のメソッド
 Descriptor DescriptorAccess.getDescriptor()
          Descriptor のコピーを返します。
 

Descriptor 型のパラメータを持つ javax.management のメソッド
 void DescriptorAccess.setDescriptor(Descriptor inDescriptor)
          Descriptor を設定します (完全置換)。
 

javax.management.modelmbean での Descriptor の使用
 

Descriptor を実装している javax.management.modelmbean のクラス
 class DescriptorSupport
          このクラスは、ModelMBean 要素のメタデータセットを表します。
 

Descriptor を返す javax.management.modelmbean のメソッド
 Descriptor ModelMBeanOperationInfo.getDescriptor()
          ModelMBeanOperationInfo に関連付けられた Descriptor のコピーを返します。
 Descriptor ModelMBeanNotificationInfo.getDescriptor()
          ModelMBeanNotificationInfo に関連付けられた Descriptor のコピーを返します。
 Descriptor ModelMBeanConstructorInfo.getDescriptor()
          関連 Descriptor のコピーを返します。
 Descriptor ModelMBeanAttributeInfo.getDescriptor()
          ModelMBeanAttributeInfo に関連付けられた Descriptor のコピーを取得します。
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName)
          名前で要求された Descriptor を返します。
 Descriptor ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType)
           
 Descriptor ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
          名前と descriptorType で要求された Descriptor を返します。
 Descriptor[] ModelMBeanInfoSupport.getDescriptors(String inDescriptorType)
           
 Descriptor[] ModelMBeanInfo.getDescriptors(String inDescriptorType)
          inDescriptorType 型の ModelMBeanInfo のすべての Descriptor で構成される Descriptor 配列を返します。
 Descriptor ModelMBeanInfoSupport.getMBeanDescriptor()
           
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
          MBean 全体ポリシーを含む ModelMBean の記述子を返します。
 

Descriptor 型のパラメータを持つ javax.management.modelmbean のメソッド
 void ModelMBeanOperationInfo.setDescriptor(Descriptor inDescriptor)
          ModelMBeanOperationInfo に関連付けられた Descriptor (完全置換) を設定します。
 void ModelMBeanNotificationInfo.setDescriptor(Descriptor inDescriptor)
          ModelMBeanNotificationInfo に関連付けられた Descriptor (完全置換) を設定します。
 void ModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor)
          ModelMBeanConstructorInfo に関連付けられた Descriptor (完全置換) を設定します。
 void ModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor)
          ModelMBeanAttributeDescriptor に関連付けられた Descriptor (完全置換) を設定します。
 void ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
           
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
          ModelMBean の inDescriptorType 型の情報配列内に記述子を設定します。
 void ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors)
           
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
          ModelMBeanInfo に記述子を追加するか、ModelMBeanInfo 内の記述子を置き換えます。
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor)
           
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
          ModelMBean の記述子を設定します。
 

Descriptor 型のパラメータを持つ javax.management.modelmbean のコンストラクタ
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor)
          ModelMBeanAttributeInfo オブジェクトを構築します。
ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
          デフォルトの記述子で ModelMBeanAttributeInfo オブジェクトを構築します。
ModelMBeanConstructorInfo(String description, Constructor constructorMethod, Descriptor descriptor)
          MBeanConstructorInfo オブジェクトを構築します。
ModelMBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)
          MBeanConstructorInfo オブジェクトを構築します。
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
          提供された情報とパラメータとして指定された記述子を使って ModelMBeanInfoSupport を作成します。
ModelMBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)
          ModelMBeanNotificationInfo オブジェクトを構築します。
ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor)
          ModelMBeanOperationInfo オブジェクトを構築します。
ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor)
          ModelMBeanOperationInfo オブジェクトを構築します。
 


JavaTM 2 Platform
Standard Ed. 5.0

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

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