org.mule.management.agents
Interface JmxServerNotificationAgent.NotificationListenerMBean

All Known Implementing Classes:
JmxServerNotificationAgent.NotificationListener
Enclosing interface:
JmxServerNotificationAgent

public static interface JmxServerNotificationAgent.NotificationListenerMBean


Method Summary
 int getListSize()
          Getter for property 'listSize'.
 List getNotificationsList()
          Getter for property 'notificsationList'.
 void setListSize(int listSize)
          Setter for property 'listSize'.
 

Method Detail

getNotificationsList

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

Returns:
Value for property 'notificsationList'.

getListSize

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

Returns:
Value for property 'listSize'.

setListSize

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

Parameters:
listSize - Value to set for property 'listSize'.


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.