org.mule.module.management.agent
Class JmxServerNotificationAgent.NotificationListener

java.lang.Object
  extended by org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
All Implemented Interfaces:
EventListener, NotificationListener, JmxServerNotificationAgent.NotificationListenerMBean
Enclosing class:
JmxServerNotificationAgent

public static class JmxServerNotificationAgent.NotificationListener
extends Object
implements JmxServerNotificationAgent.NotificationListenerMBean, NotificationListener


Constructor Summary
JmxServerNotificationAgent.NotificationListener()
           
 
Method Summary
protected  List<Notification> getList()
           
 int getListSize()
           
 List<Notification> getNotificationsList()
           
 void handleNotification(Notification notification, Object o)
           
 void setListSize(int listSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxServerNotificationAgent.NotificationListener

public JmxServerNotificationAgent.NotificationListener()
Method Detail

handleNotification

public void handleNotification(Notification notification,
                               Object o)
Specified by:
handleNotification in interface NotificationListener

getNotificationsList

public List<Notification> getNotificationsList()
Specified by:
getNotificationsList in interface JmxServerNotificationAgent.NotificationListenerMBean

getListSize

public int getListSize()
Specified by:
getListSize in interface JmxServerNotificationAgent.NotificationListenerMBean

setListSize

public void setListSize(int listSize)
Specified by:
setListSize in interface JmxServerNotificationAgent.NotificationListenerMBean

getList

protected List<Notification> getList()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.