パッケージ | 説明 |
---|---|
javax.management |
Java Management Extensions のコアクラスを提供します。
|
javax.management.modelmbean |
ModelMBean クラスの定義を提供します。
|
javax.management.openmbean |
公開データ型と Open MBean 記述子クラスを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanOperationInfo[] |
MBeanInfo.getOperations()
MBean のオペレーションのリストを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
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 に使用される名前を取得します。
|
コンストラクタと説明 |
---|
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 を構築します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
ModelMBeanOperationInfo
ModelMBeanOperationInfo オブジェクトは、ModelMBean の管理オペレーションを記述します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanOperationInfo[] |
ModelMBeanInfo.getOperations()
MBean のオペレーションのリストを返します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
OpenMBeanOperationInfoSupport
Open MBean のオペレーションを記述します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanOperationInfo[] |
OpenMBeanInfo.getOperations()
この OpenMBeanInfo インスタンスによって記述された公開 MBean 内の各オペレーションを記述する OpenMBeanOperationInfo インスタンスの配列を返します。
|
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.