Uses of Class
org.rhq.core.domain.alert.notification.AlertNotification

Packages that use AlertNotification
org.rhq.core.domain.alert   
org.rhq.core.domain.alert.notification   
 

Uses of AlertNotification in org.rhq.core.domain.alert
 

Methods in org.rhq.core.domain.alert that return types with arguments of type AlertNotification
 List<AlertNotification> AlertDefinition.getAlertNotifications()
           
 

Methods in org.rhq.core.domain.alert with parameters of type AlertNotification
 void AlertDefinition.addAlertNotification(AlertNotification alertNotification)
           
 

Method parameters in org.rhq.core.domain.alert with type arguments of type AlertNotification
 void AlertDefinition.setAlertNotifications(List<AlertNotification> alertNotifications)
           
 

Uses of AlertNotification in org.rhq.core.domain.alert.notification
 

Methods in org.rhq.core.domain.alert.notification with parameters of type AlertNotification
 boolean AlertNotification.equalsData(AlertNotification other)
           
 

Constructors in org.rhq.core.domain.alert.notification with parameters of type AlertNotification
AlertNotification(AlertNotification source)
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.