org.huihoo.jfox.jmx.interceptor
Class MBeanServerInterceptorFilter

java.lang.Object
  |
  +--javax.management.NotificationFilterSupport
        |
        +--javax.management.relation.MBeanServerNotificationFilter
              |
              +--org.huihoo.jfox.jmx.interceptor.MBeanServerInterceptorFilter
All Implemented Interfaces:
NotificationFilter, java.io.Serializable

public class MBeanServerInterceptorFilter
extends MBeanServerNotificationFilter

Author:
Young Yang
See Also:
Serialized Form

Constructor Summary
MBeanServerInterceptorFilter()
           
 
Methods inherited from class javax.management.relation.MBeanServerNotificationFilter
disableAllObjectNames, disableObjectName, enableAllObjectNames, enableObjectName, getDisabledObjectNames, getEnabledObjectNames, isNotificationEnabled
 
Methods inherited from class javax.management.NotificationFilterSupport
disableAllTypes, disableType, enableType, getEnabledTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerInterceptorFilter

public MBeanServerInterceptorFilter()