mx4j.server.interceptor

Class NotificationListenerMBeanServerInterceptor

public class NotificationListenerMBeanServerInterceptor extends DefaultMBeanServerInterceptor

Interceptor that takes care of replacing the source of Notifications to the ObjectName of the NotificationBroadcaster that emitted it.

Version: $Revision: 1.12 $

Method Summary
voidaddNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, Object handback)
StringgetType()
voidremoveNotificationListener(MBeanMetaData metadata, NotificationListener listener)
voidremoveNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, Object handback)

Method Detail

addNotificationListener

public void addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, Object handback)

getType

public String getType()

removeNotificationListener

public void removeNotificationListener(MBeanMetaData metadata, NotificationListener listener)

removeNotificationListener

public void removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, Object handback)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.