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

Packages that use NotificationField
org.apache.felix.ipojo.handlers.jmx   
 

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

Fields in org.apache.felix.ipojo.handlers.jmx with type parameters of type NotificationField
private  java.util.Map<java.lang.String,NotificationField> JmxConfigFieldMap.m_notifications
          The allowed notifications.
 

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

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

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



Copyright © 2006-2010 The Apache Software Foundation. All Rights Reserved.