public class TargetedNotification extends Object implements Serializable
A(通知,听众ID)对。
此类用于将发出的通知与其所针对的侦听器ID相关联。
Constructor and Description |
---|
TargetedNotification(Notification notification, Integer listenerID)
构造一个
TargetedNotification 对象。
|
public TargetedNotification(Notification notification, Integer listenerID)
构造一个TargetedNotification
对象。 该对象包含一对(通知,监听器ID)。 侦听器ID标识该通知所针对的客户端侦听器。 客户端侦听器ID是先前由连接器服务器返回的响应于addNotificationListener
请求的addNotificationListener
。
notification
- 从MBean服务器发出的通知。
listenerID
- 此通知所针对的侦听器的ID。
IllegalArgumentException
- 如果
listenerID或
通知为null。
public Notification getNotification()
发出的通知。
public Integer getListenerID()
通知所针对的侦听器的ID。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.