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