クラス
 javax.management.remote.TargetedNotificationの使用
| パッケージ | 説明 | 
|---|---|
| javax.management.remote | 
 JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。 
 | 
- 
javax.management.remoteでのTargetedNotificationの使用
TargetedNotificationを返すjavax.management.remoteのメソッド 修飾子と型 メソッド 説明 TargetedNotification[]NotificationResult. getTargetedNotifications()クエリーによって返される通知と対応するリスナーを返します。型TargetedNotificationのパラメータを持つjavax.management.remoteのコンストラクタ コンストラクタ 説明 NotificationResult(long earliestSequenceNumber, long nextSequenceNumber, TargetedNotification[] targetedNotifications)通知クエリーの結果を作成します。