|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
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 のサブクラス | |
---|---|
class |
AttributeChangeNotification
MBean によって送信される属性変更通知を定義します。 |
class |
MBeanServerNotification
MBean サーバーにより、MBeanServerDelegate MBean から発行される通知を表します。 |
Notification 型のパラメータを持つ javax.management のメソッド | |
---|---|
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 の使用 |
---|
Notification 型のパラメータを持つ javax.management.modelmbean のメソッド | |
---|---|
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
ModelMBean 上の登録済み Notification リスナーに、jmx.modelmbean.generic 通知として渡される Notification を送信します。 |
void |
RequiredModelMBean.sendNotification(Notification ntfyObj)
|
javax.management.monitor での Notification の使用 |
---|
javax.management.monitor での Notification のサブクラス | |
---|---|
class |
MonitorNotification
モニター MBean によって送信される通知を定義します。 |
javax.management.relation での Notification の使用 |
---|
javax.management.relation での Notification のサブクラス | |
---|---|
class |
RelationNotification
関係サービス内の変更の通知です。 |
Notification 型のパラメータを持つ javax.management.relation のメソッド | |
---|---|
void |
RelationService.handleNotification(Notification notif,
Object handback)
JMX 通知が発生したとき呼び出されます。 |
boolean |
MBeanServerNotificationFilter.isNotificationEnabled(Notification notif)
リスナーへの特定の通知の送信前に呼び出されます。 |
javax.management.remote での Notification の使用 |
---|
javax.management.remote での Notification のサブクラス | |
---|---|
class |
JMXConnectionNotification
クライアント接続の開始および終了時と通知が失われたときに発行される通知です。 |
Notification を返す javax.management.remote のメソッド | |
---|---|
Notification |
TargetedNotification.getNotification()
|
Notification 型のパラメータを持つ javax.management.remote のコンストラクタ | |
---|---|
TargetedNotification(Notification notification,
Integer listenerID)
TargetedNotification オブジェクトを構築します。 |
javax.management.timer での Notification の使用 |
---|
javax.management.timer での Notification のサブクラス | |
---|---|
class |
TimerNotification
このクラスは、タイマー MBean によって送信される通知を定義します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。