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
 Set<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(Set<AlertNotification> alertNotifications)
           
 

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

Subclasses of AlertNotification in org.rhq.core.domain.alert.notification
 class EmailNotification
           
 class RoleNotification
           
 class SnmpNotification
          An alert notification that sends an SNMP trap to the specified SNMP host+port+OID.
 class SubjectNotification
           
 

Methods in org.rhq.core.domain.alert.notification that return AlertNotification
protected  AlertNotification SubjectNotification.copy()
           
protected  AlertNotification SnmpNotification.copy()
           
protected  AlertNotification RoleNotification.copy()
           
protected  AlertNotification EmailNotification.copy()
           
protected abstract  AlertNotification AlertNotification.copy()
           
 AlertNotification AlertNotification.copy(boolean copyIds)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.