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