java.lang.Object
javax.management.remote.TargetedNotification
- 所有已实现的接口:
-
Serializable
一个(通知,监听器ID)对。
此类用于将发出的通知与其所针对的监听器ID关联起来。
- 自:
- 1.5
- 参见:
-
Constructor Summary
ConstructorDescriptionTargetedNotification
(Notification notification, Integer listenerID) 构造一个TargetedNotification
对象。 -
Method Summary
-
Constructor Details
-
TargetedNotification
构造一个
TargetedNotification
对象。该对象包含一个(通知,监听器ID)对。监听器ID标识此通知所针对的客户端监听器。客户端监听器ID是先前由连接器服务器在响应addNotificationListener
请求时返回的。- 参数:
-
notification
- 从MBean服务器发出的通知。 -
listenerID
- 此通知所针对的监听器的ID。 - 抛出:
-
IllegalArgumentException
- 如果listenerID或notification为null。
-
-
Method Details