クラス
javax.management.modelmbean.ModelMBeanNotificationInfoの使用
| パッケージ | 説明 | 
|---|---|
| javax.management.modelmbean | ModelMBeanクラスの定義を提供します。 | 
- 
javax.management.modelmbeanでのModelMBeanNotificationInfoの使用ModelMBeanNotificationInfoを返すjavax.management.modelmbeanのメソッド 修飾子と型 メソッド 説明 ModelMBeanNotificationInfoModelMBeanInfo. getNotification(String inName)名前で要求されたModelMBeanNotificationInfoを返します。ModelMBeanNotificationInfo型のパラメータを持つjavax.management.modelmbeanのコンストラクタ コンストラクタ 説明 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)提供された情報でModelMBeanInfoSupportを作成します。記述子はデフォルトのものが使用されます。ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)提供された情報とパラメータとして指定された記述子を使ってModelMBeanInfoSupportを作成します。ModelMBeanNotificationInfo(ModelMBeanNotificationInfo inInfo)このModelMBeanNotificationInfoオブジェクトから新しいModelMBeanNotificationオブジェクトを構築します。