|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| MBeanConstructorInfo を使用しているパッケージ | |
|---|---|
| javax.management | Java Management Extensions のコアクラスを提供します。 |
| javax.management.modelmbean | ModelMBean クラスの定義を提供します。 |
| javax.management.openmbean | 公開データ型と Open MBean 記述子クラスを提供します。 |
| javax.management での MBeanConstructorInfo の使用 |
|---|
| MBeanConstructorInfo を返す javax.management のメソッド | |
|---|---|
MBeanConstructorInfo[] |
MBeanInfo.getConstructors()
MBean の public コンストラクタのリストを返します。 |
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
カスタマイズフック:この MBean から返される MBeanInfo で使用される MBeanConstructorInfo[] を取得します。 |
| MBeanConstructorInfo 型のパラメータを持つ javax.management のメソッド | |
|---|---|
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
カスタマイズフック:この MBean から返される MBeanInfo で使用される MBeanConstructorInfo[] を取得します。 |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info)
カスタマイズフック:この MBean から返される MBeanConstructorInfo 内で使用される説明を取得します。 |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
カスタマイズフック:この MBean から返される MBeanConstructorInfo の sequence MBeanParameterInfo に使用される説明を取得します。 |
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
カスタマイズフック:この MBean から返される MBeanConstructorInfo の sequence MBeanParameterInfo に使用される名前を取得します。 |
| MBeanConstructorInfo 型のパラメータを持つ 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 での MBeanConstructorInfo の使用 |
|---|
| javax.management.modelmbean での MBeanConstructorInfo のサブクラス | |
|---|---|
class |
ModelMBeanConstructorInfo
ModelMBeanConstructorInfo オブジェクトは、ModelMBean のコンストラクタを記述します。 |
| MBeanConstructorInfo を返す javax.management.modelmbean のメソッド | |
|---|---|
MBeanConstructorInfo[] |
ModelMBeanInfo.getConstructors()
MBean の public コンストラクタのリストを返します。 |
| javax.management.openmbean での MBeanConstructorInfo の使用 |
|---|
| javax.management.openmbean での MBeanConstructorInfo のサブクラス | |
|---|---|
class |
OpenMBeanConstructorInfoSupport
Open MBean のコンストラクタを記述します。 |
| MBeanConstructorInfo を返す javax.management.openmbean のメソッド | |
|---|---|
MBeanConstructorInfo[] |
OpenMBeanInfo.getConstructors()
この OpenMBeanInfo インスタンスによって記述された公開 MBean 内の各コンストラクタを記述する OpenMBeanConstructorInfo インスタンスの配列を返します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。