所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.management
接口 NotificationEmitter
-
所有超级接口:
-
NotificationBroadcaster
-
所有已知实现类:
-
CounterMonitor, GaugeMonitor, JMXConnectorServer, MBeanServerDelegate, Monitor, NotificationBroadcasterSupport, RelationService, RequiredModelMBean, RMIConnectorServer, StringMonitor, Timer
-
public interface NotificationEmitter
- extends NotificationBroadcaster
发出 Notifications 的 MBean 所实现的接口。它允许某个侦听器向该 MBean 注册为通知侦听器。
新代码应该优先使用此接口,而不是 NotificationBroadcaster
接口。
-
从以下版本开始:
-
1.5
removeNotificationListener
void removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws ListenerNotFoundException
-
从此 MBean 中移除一个侦听器。该 MBean 必须有一个与给定 listener
、filter
和 handback
参数完全相符的侦听器。如果有多个此种侦听器,则只移除一个。
当且仅当 filter
和 handback
在要移除的侦听器中为 null 时,这两个参数才可以为 null。
-
-
-
参数:
-
listener
- 以前添加到此 MBean 的侦听器。
-
filter
- 添加侦听器时所指定的过滤器。
-
handback
- 添加侦听器时所指定的回调。
-
抛出:
-
ListenerNotFoundException
- 如果侦听器未向该 MBean 注册,或者没有用给定的过滤器和回调注册它。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |