クラス
javax.management.Notificationの使用
| パッケージ | 説明 |
|---|---|
| javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
| javax.management.modelmbean |
ModelMBeanクラスの定義を提供します。
|
| javax.management.monitor |
モニター・クラスを定義します。
|
| javax.management.relation |
関係サービスの定義を提供します。
|
| javax.management.remote |
JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。
|
| javax.management.timer |
Timer MBeanの定義を提供します。
|
-
javax.managementでのNotificationの使用
javax.managementでのNotificationのサブクラス 修飾子と型 クラス 説明 classAttributeChangeNotificationMBeanによって送信される属性変更通知を定義します。classMBeanServerNotificationMBeanサーバーにより、MBeanServerDelegate MBeanから発行される通知を表します。Notification型のパラメータを持つjavax.managementのメソッド 修飾子と型 メソッド 説明 protected voidNotificationBroadcasterSupport. handleNotification(NotificationListener listener, Notification notif, Object handback)このメソッドは、リスナーに通知を送信するため、sendNotificationによって呼び出されます。voidNotificationListener. handleNotification(Notification notification, Object handback)JMX通知が発生したとき呼び出されます。booleanAttributeChangeNotificationFilter. isNotificationEnabled(Notification notification)指定された通知をリスナーに送信する前に呼び出されます。booleanNotificationFilter. isNotificationEnabled(Notification notification)指定された通知をリスナーに送信する前に呼び出されます。booleanNotificationFilterSupport. isNotificationEnabled(Notification notification)指定された通知をリスナーに送信する前に呼び出されます。voidMBeanServerDelegate. sendNotification(Notification notification)MBeanサーバーから通知を送信できるようにします。voidNotificationBroadcasterSupport. sendNotification(Notification notification)通知を送信します。voidStandardEmitterMBean. sendNotification(Notification n)通知を送信します。 -
javax.management.modelmbeanでのNotificationの使用
Notification型のパラメータを持つjavax.management.modelmbeanのメソッド 修飾子と型 メソッド 説明 voidModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)ModelMBean上の登録済みNotificationリスナーに、jmx.modelmbean.generic通知として渡されるNotificationを送信します。 -
javax.management.monitorでのNotificationの使用
javax.management.monitorでのNotificationのサブクラス 修飾子と型 クラス 説明 classMonitorNotificationモニターMBeanによって送信される通知を定義します。 -
javax.management.relationでのNotificationの使用
javax.management.relationでのNotificationのサブクラス 修飾子と型 クラス 説明 classRelationNotification関係サービス内の変更の通知です。Notification型のパラメータを持つjavax.management.relationのメソッド 修飾子と型 メソッド 説明 voidRelationService. handleNotification(Notification notif, Object handback)JMX通知が発生したとき呼び出されます。booleanMBeanServerNotificationFilter. isNotificationEnabled(Notification notif)指定された通知をリスナーに送信する前に呼び出されます。 -
javax.management.remoteでのNotificationの使用
javax.management.remoteでのNotificationのサブクラス 修飾子と型 クラス 説明 classJMXConnectionNotificationクライアント接続の開始および終了時または通知が失われたときに発行される通知です。Notificationを返すjavax.management.remoteのメソッド 修飾子と型 メソッド 説明 NotificationTargetedNotification. getNotification()発行された通知。Notification型のパラメータを持つjavax.management.remoteのコンストラクタ コンストラクタ 説明 TargetedNotification(Notification notification, Integer listenerID)TargetedNotificationオブジェクトを構築します。 -
javax.management.timerでのNotificationの使用
javax.management.timerでのNotificationのサブクラス 修飾子と型 クラス 説明 classTimerNotificationこのクラスは、タイマーMBeanによって送信される通知の定義を提供します。