org.jboss.mx.remoting.tracker
Class MBeanTrackerFilter

java.lang.Object
  extended by org.jboss.mx.remoting.tracker.MBeanTrackerFilter
All Implemented Interfaces:
Serializable, NotificationFilter

public class MBeanTrackerFilter
extends Object
implements NotificationFilter, Serializable

MBeanTrackerFilter

Version:
$Revision: 81023 $
Author:
Jeff Haynie
See Also:
Serialized Form

Field Summary
protected  String[] classNames
           
protected  String serverId
           
protected  boolean wantNotifications
           
 
Constructor Summary
MBeanTrackerFilter(String serverId, String[] cn, boolean wantNotifications)
           
 
Method Summary
 boolean isNotificationEnabled(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classNames

protected final String[] classNames

serverId

protected final String serverId

wantNotifications

protected final boolean wantNotifications
Constructor Detail

MBeanTrackerFilter

public MBeanTrackerFilter(String serverId,
                          String[] cn,
                          boolean wantNotifications)
Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
Specified by:
isNotificationEnabled in interface NotificationFilter


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.