com.cisco.oss.foundation.monitoring.notification
Class NotificationMXBean

java.lang.Object
  extended by javax.management.StandardMBean
      extended by javax.management.StandardEmitterMBean
          extended by com.cisco.oss.foundation.monitoring.notification.NotificationMXBean
All Implemented Interfaces:
NotificationInterfaceMXBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, NotificationEmitter

public class NotificationMXBean
extends StandardEmitterMBean
implements NotificationInterfaceMXBean


Constructor Summary
NotificationMXBean()
           
 
Method Summary
 void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 MBeanNotificationInfo[] getNotificationInfo()
           
 void sendNotification(NotificationInfoMXBean data)
           
 
Methods inherited from class javax.management.StandardEmitterMBean
removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationMXBean

public NotificationMXBean()
Method Detail

sendNotification

public void sendNotification(NotificationInfoMXBean data)

addNotificationListener

public void addNotificationListener(NotificationListener listener,
                                    NotificationFilter filter,
                                    Object handback)
Specified by:
addNotificationListener in interface NotificationBroadcaster
Overrides:
addNotificationListener in class StandardEmitterMBean

getNotificationInfo

public MBeanNotificationInfo[] getNotificationInfo()
Specified by:
getNotificationInfo in interface NotificationBroadcaster
Overrides:
getNotificationInfo in class StandardEmitterMBean


Copyright © 2015 Cisco. All Rights Reserved.