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

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

public static class JmxServerNotificationAgent.NotificationListener
extends java.lang.Object
implements JmxServerNotificationAgent.NotificationListenerMBean, javax.management.NotificationListener


Constructor Summary
JmxServerNotificationAgent.NotificationListener()
           
 
Method Summary
protected  java.util.List getList()
          Getter for property 'list'.
 int getListSize()
          Getter for property 'listSize'.
 java.util.List getNotificationsList()
          Getter for property 'notificsationList'.
 void handleNotification(javax.management.Notification notification, java.lang.Object o)
          
 void setListSize(int listSize)
          Setter for property '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(javax.management.Notification notification,
                               java.lang.Object o)

Specified by:
handleNotification in interface javax.management.NotificationListener

getNotificationsList

public java.util.List getNotificationsList()
Getter for property 'notificsationList'.

Specified by:
getNotificationsList in interface JmxServerNotificationAgent.NotificationListenerMBean
Returns:
Value for property 'notificsationList'.

getListSize

public int getListSize()
Getter for property 'listSize'.

Specified by:
getListSize in interface JmxServerNotificationAgent.NotificationListenerMBean
Returns:
Value for property 'listSize'.

setListSize

public void setListSize(int listSize)
Setter for property 'listSize'.

Specified by:
setListSize in interface JmxServerNotificationAgent.NotificationListenerMBean
Parameters:
listSize - Value to set for property 'listSize'.

getList

protected java.util.List getList()
Getter for property 'list'.

Returns:
Value for property 'list'.


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