クラス
javax.management.Notificationの使用
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
モニター・クラスを定義します。
関係サービスの定義を提供します。
JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。
Timer MBeanの定義を提供します。
-
javax.managementでのNotificationの使用
修飾子と型クラス説明class
MBeanによって送信される属性変更通知を定義します。class
MBeanサーバーにより、MBeanServerDelegate MBeanから発行される通知を表します。修飾子と型メソッド説明protected void
NotificationBroadcasterSupport.handleNotification
(NotificationListener listener, Notification notif, Object handback) このメソッドは、リスナーに通知を送信するため、sendNotification
によって呼び出されます。void
NotificationListener.handleNotification
(Notification notification, Object handback) JMX通知が発生したとき呼び出されます。boolean
AttributeChangeNotificationFilter.isNotificationEnabled
(Notification notification) 指定された通知をリスナーに送信する前に呼び出されます。boolean
NotificationFilter.isNotificationEnabled
(Notification notification) 指定された通知をリスナーに送信する前に呼び出されます。boolean
NotificationFilterSupport.isNotificationEnabled
(Notification notification) 指定された通知をリスナーに送信する前に呼び出されます。void
MBeanServerDelegate.sendNotification
(Notification notification) MBeanサーバーから通知を送信できるようにします。void
NotificationBroadcasterSupport.sendNotification
(Notification notification) 通知を送信します。void
StandardEmitterMBean.sendNotification
(Notification n) 通知を送信します。 -
javax.management.modelmbeanでのNotificationの使用
修飾子と型メソッド説明void
ModelMBeanNotificationBroadcaster.sendNotification
(Notification ntfyObj) ModelMBean上の登録済みNotificationリスナーに、jmx.modelmbean.generic通知として渡されるNotificationを送信します。void
RequiredModelMBean.sendNotification
(Notification ntfyObj) -
javax.management.monitorでのNotificationの使用
-
javax.management.relationでのNotificationの使用
修飾子と型メソッド説明void
RelationService.handleNotification
(Notification notif, Object handback) JMX通知が発生したとき呼び出されます。boolean
MBeanServerNotificationFilter.isNotificationEnabled
(Notification notif) 指定された通知をリスナーに送信する前に呼び出されます。 -
javax.management.remoteでのNotificationの使用
修飾子コンストラクタ説明TargetedNotification
(Notification notification, Integer listenerID) TargetedNotification
オブジェクトを構築します。 -
javax.management.timerでのNotificationの使用