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()
           
 Alert AlertHistoryComposite.getAlert()
           
 

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

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.