Uses of Class
org.apache.felix.ipojo.handlers.jmx.NotificationField

Uses of NotificationField in org.apache.felix.ipojo.handlers.jmx
 

Methods in org.apache.felix.ipojo.handlers.jmx that return NotificationField
 NotificationField JmxConfigFieldMap.getNotificationFromName(java.lang.String name)
          getNotificationFromName : return the notification with requiered name.
 

Methods in org.apache.felix.ipojo.handlers.jmx that return types with arguments of type NotificationField
 java.util.Collection<NotificationField> JmxConfigFieldMap.getNotifications()
          getNotification : get all notifications define.
 

Methods in org.apache.felix.ipojo.handlers.jmx with parameters of type NotificationField
 void JmxConfigFieldMap.addNotificationFromName(java.lang.String name, NotificationField notificationField)
          addNotificationFromName : add a notification .