クラス
javax.management.MBeanConstructorInfoの使用
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
公開データ型とOpen MBean記述子クラスを提供します。
-
javax.managementでの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
を構築します。 -
javax.management.modelmbeanでのMBeanConstructorInfoの使用
修飾子と型クラス説明class
ModelMBeanConstructorInfoオブジェクトは、ModelMBeanのコンストラクタを記述します。 -
javax.management.openmbeanでのMBeanConstructorInfoの使用
修飾子と型メソッド説明OpenMBeanInfo.getConstructors()
このOpenMBeanInfo
インスタンスによって記述された公開MBean内の個々のコンストラクタを記述するOpenMBeanConstructorInfo
インスタンスの配列を返します。