Uses of Class
org.rhq.core.domain.alert.Alert

Packages that use Alert
org.rhq.core.domain.alert   
org.rhq.core.domain.alert.composite   
org.rhq.core.domain.alert.notification   
 

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

Methods in org.rhq.core.domain.alert that return Alert
 Alert AlertConditionLog.getAlert()
           
 

Methods in org.rhq.core.domain.alert that return types with arguments of type Alert
 Set<Alert> AlertDefinition.getAlerts()
           
 

Methods in org.rhq.core.domain.alert with parameters of type Alert
 void AlertDefinition.addAlert(Alert alert)
           
 void AlertConditionLog.setAlert(Alert alert)
           
 

Uses of Alert in org.rhq.core.domain.alert.composite
 

Methods in org.rhq.core.domain.alert.composite that return Alert
 Alert AlertWithLatestConditionLog.getAlert()
           
 

Constructors in org.rhq.core.domain.alert.composite with parameters of type Alert
AlertWithLatestConditionLog(Alert alert, String conditionText, String conditionValue)
           
 

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

Methods in org.rhq.core.domain.alert.notification that return Alert
 Alert AlertNotificationLog.getAlert()
           
 

Methods in org.rhq.core.domain.alert.notification with parameters of type Alert
 void AlertNotificationLog.setAlert(Alert alert)
           
 

Constructors in org.rhq.core.domain.alert.notification with parameters of type Alert
AlertNotificationLog(Alert alert)
           
 



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