MySnmpCrawler API

snmp.test.mbeans.demo
Class DemoSystemMBeanListener

java.lang.Object
  |
  +--snmp.mbean.listener.MBeanListener
        |
        +--snmp.mbean.listener.DefaultMBeanListener
              |
              +--snmp.test.mbeans.demo.DemoSystemMBeanListener
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener

public class DemoSystemMBeanListener
extends DefaultMBeanListener

This class handles the attribute notification.

Version:
$Revision: 0.1 $ $Date: 2004/03/09 06:03:48 $
Author:
Scott Cheng

Constructor Summary
DemoSystemMBeanListener()
           
 
Method Summary
 void handleAttributeChangeNotification(javax.management.AttributeChangeNotification notification)
          Handles MBean attribute notification.
 
Methods inherited from class snmp.mbean.listener.DefaultMBeanListener
handleMBeanServerNotification, handleMonitorNotification, handleNotification, handleRelationNotification, handleTimerAlarmClockNotification, handleTimerNotification, handleTraceNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoSystemMBeanListener

public DemoSystemMBeanListener()
Method Detail

handleAttributeChangeNotification

public void handleAttributeChangeNotification(javax.management.AttributeChangeNotification notification)
Handles MBean attribute notification.

Overrides:
handleAttributeChangeNotification in class DefaultMBeanListener
Parameters:
notification - The notification.

MySnmpCrawler API