パッケージ | 説明 |
---|---|
javax.management |
Java Management Extensions のコアクラスを提供します。
|
javax.management.modelmbean |
ModelMBean クラスの定義を提供します。
|
javax.management.openmbean |
公開データ型と Open MBean 記述子クラスを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
ImmutableDescriptor
不変記述子。
|
修飾子と型 | メソッドと説明 |
---|---|
Descriptor |
ImmutableDescriptor.clone()
この記述子と等価な記述子を返します。
|
Descriptor |
MBeanInfo.getDescriptor()
この MBeanInfo の記述子を取得します。
|
Descriptor |
MBeanFeatureInfo.getDescriptor()
機能の記述子を返します。
|
Descriptor |
DescriptorRead.getDescriptor()
Descriptor のコピーを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
DescriptorAccess.setDescriptor(Descriptor inDescriptor)
Descriptor を設定します (完全置換)。
|
static ImmutableDescriptor |
ImmutableDescriptor.union(Descriptor... descriptors)
内容が指定した記述子の和集合である
ImmutableDescriptor を返します。 |
コンストラクタと説明 |
---|
MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
MBeanAttributeInfo オブジェクトを構築します。 |
MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)
MBeanConstructorInfo オブジェクトを構築します。 |
MBeanFeatureInfo(String name, String description, Descriptor descriptor)
MBeanFeatureInfo オブジェクトを構築します。 |
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
MBeanInfo を構築します。 |
MBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)
MBeanNotificationInfo オブジェクトを構築します。 |
MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor)
MBeanOperationInfo オブジェクトを構築します。 |
MBeanParameterInfo(String name, String type, String description, Descriptor descriptor)
MBeanParameterInfo オブジェクトを構築します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
DescriptorSupport
このクラスは、ModelMBean 要素のメタデータセットを表します。
|
修飾子と型 | メソッドと説明 |
---|---|
Descriptor |
ModelMBeanAttributeInfo.getDescriptor()
ModelMBeanAttributeInfo に関連付けられた Descriptor のコピーを取得します。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor() |
Descriptor |
ModelMBeanNotificationInfo.getDescriptor()
ModelMBeanNotificationInfo に関連付けられた Descriptor のコピーを返します。
|
Descriptor |
ModelMBeanConstructorInfo.getDescriptor()
関連付けられた Descriptor のコピーを返します。
|
Descriptor |
ModelMBeanOperationInfo.getDescriptor()
ModelMBeanOperationInfo に関連付けられた 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 の記述子を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
ModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor)
ModelMBeanAttributeDescriptor に関連付けられた Descriptor (完全置換) を設定します。
|
void |
ModelMBeanNotificationInfo.setDescriptor(Descriptor inDescriptor)
ModelMBeanNotificationInfo に関連付けられた Descriptor (完全置換) を設定します。新しい Descriptor が null の場合、関連付けられた Descriptor はデフォルトの記述子に戻ります。
|
void |
ModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor)
ModelMBeanConstructorInfo に関連付けられた Descriptor (完全置換) を設定します。
|
void |
ModelMBeanOperationInfo.setDescriptor(Descriptor inDescriptor)
ModelMBeanOperationInfo に関連付けられた Descriptor (完全置換) を設定します。新しい Descriptor が null の場合、関連付けられた 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 の記述子を設定します。
|
コンストラクタと説明 |
---|
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)
ModelMBeanConstructorInfo オブジェクトを構築します。
|
ModelMBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)
ModelMBeanConstructorInfo オブジェクトを構築します。
|
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 オブジェクトを構築します。
|
コンストラクタと説明 |
---|
OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
指定された
name 、openType 、description 、読み取り/書き込みアクセスプロパティー、および Descriptor で公開 MBean の属性を記述する、OpenMBeanAttributeInfoSupport インスタンスを構築します。 |
OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, Descriptor descriptor)
指定された
name 、description 、signature 、および descriptor で公開 MBean のクラスのコンストラクタを記述する、OpenMBeanConstructorInfoSupport インスタンスを構築します。 |
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
指定された
className 、description 、openAttributes 、openConstructors 、openOperations 、notifications 、および descriptor で公開 MBean のクラスを記述する、OpenMBeanInfoSupport インスタンスを構築します。 |
OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor)
指定された
name 、description 、signature 、returnOpenType 、impact 、および descriptor で公開 MBean のクラスのオペレーションを記述する、OpenMBeanOperationInfoSupport インスタンスを構築します。 |
OpenMBeanParameterInfoSupport(String name, String description, OpenType<?> openType, Descriptor descriptor)
OpenMBeanParameterInfoSupport インスタンスを構築します。このインスタンスは、指定された name 、openType 、description 、および descriptor で、公開 MBean のクラスの 1 つ以上のオペレーションまたはコンストラクタで使用するパラメータを記述します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.