org.mule.module.management.agent
Interface JmxServerNotificationAgent.NotificationListenerMBean

All Known Implementing Classes:
JmxServerNotificationAgent.NotificationListener
Enclosing class:
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

List getNotificationsList()
Getter for property 'notificsationList'.

Returns:
Value for property 'notificsationList'.

getListSize

int getListSize()
Getter for property 'listSize'.

Returns:
Value for property 'listSize'.

setListSize

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

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


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