|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
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 を構築します。 |
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 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。