org.huihoo.jfox.jmx.interceptor
Class MBeanServerInterceptorListener

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.interceptor.MBeanServerInterceptorListener
All Implemented Interfaces:
java.util.EventListener, MBeanServerInterceptorListenerMBean, NotificationListener

public class MBeanServerInterceptorListener
extends java.lang.Object
implements MBeanServerInterceptorListenerMBean, NotificationListener

Author:
Young Yang

Constructor Summary
MBeanServerInterceptorListener()
           
 
Method Summary
 void disable()
           
 void enable()
           
 void handleNotification(Notification notification, java.lang.Object obj)
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerInterceptorListener

public MBeanServerInterceptorListener()
Method Detail

enable

public void enable()
Specified by:
enable in interface MBeanServerInterceptorListenerMBean

disable

public void disable()
Specified by:
disable in interface MBeanServerInterceptorListenerMBean

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface MBeanServerInterceptorListenerMBean

handleNotification

public void handleNotification(Notification notification,
                               java.lang.Object obj)
Specified by:
handleNotification in interface NotificationListener