当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
NotificationEmitter (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management
Interface NotificationEmitter
- All Superinterfaces:
- NotificationBroadcaster
- All Known Subinterfaces:
- MBeanInvoker
- All Known Implementing Classes:
- AbstractMBeanInvoker, JBossNotificationBroadcasterSupport, MBeanServerDelegate, NotificationBroadcasterSupport, RequiredModelMBean, UnifiedLoaderRepository3
- public interface NotificationEmitter
- extends NotificationBroadcaster
This interface must be implemented by all MBeans that emit notifications.
This interface should be used in preference to NotificationBroadcaster.
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock.
- See Also:
NotificationBroadcaster
,
NotificationFilter
,
NotificationListener
removeNotificationListener
public void removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws ListenerNotFoundException
- Removes a listener from the Emitter.
Only the listener, filter, handback triplet is removed
- Parameters:
listener
- the listener object to removefilter
- the filter registered with the listenerhandback
- the handback object associated with the registered listener
- Throws:
ListenerNotFoundException
- if the listener was not found
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.