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

Packages that use AlertCondition
org.rhq.core.domain.alert   
org.rhq.core.domain.measurement   
 

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

Methods in org.rhq.core.domain.alert that return AlertCondition
 AlertCondition AlertConditionLog.getCondition()
           
 

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

Methods in org.rhq.core.domain.alert with parameters of type AlertCondition
 void AlertDefinition.addCondition(AlertCondition condition)
           
 void AlertConditionLog.setCondition(AlertCondition condition)
           
 

Method parameters in org.rhq.core.domain.alert with type arguments of type AlertCondition
 void AlertDefinition.setConditions(Set<AlertCondition> conditions)
           
 

Constructors in org.rhq.core.domain.alert with parameters of type AlertCondition
AlertCondition(AlertCondition cond)
          Creates a skeletal copy of the specified alert condition.
AlertConditionLog(AlertCondition cond, long ctime)
          Creates a new log record for the specified alert condition.
 

Uses of AlertCondition in org.rhq.core.domain.measurement
 

Methods in org.rhq.core.domain.measurement that return types with arguments of type AlertCondition
 List<AlertCondition> MeasurementDefinition.getAlertCondition()
           
 

Method parameters in org.rhq.core.domain.measurement with type arguments of type AlertCondition
 void MeasurementDefinition.setAlertCondition(List<AlertCondition> alertConditions)
           
 



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