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

Packages that use AlertCondition
org.rhq.core.domain.alert   
org.rhq.core.domain.alert.composite   
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, boolean copyIds)
          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.alert.composite
 

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

Constructors in org.rhq.core.domain.alert.composite with parameters of type AlertCondition
AbstractAlertConditionCategoryComposite(AlertCondition condition)
           
AlertConditionAvailabilityCategoryComposite(AlertCondition condition, Integer resourceId, AvailabilityType availabilityType)
           
AlertConditionBaselineCategoryComposite(AlertCondition condition, Integer scheduleId, Integer baselineId, Double minValue, Double meanValue, Double maxValue)
           
AlertConditionChangesCategoryComposite(AlertCondition condition, Integer scheduleId)
           
AlertConditionControlCategoryComposite(AlertCondition condition, Integer resourceId, Integer operationDefinitionId)
           
AlertConditionEventCategoryComposite(AlertCondition condition, Integer resourceId)
           
AlertConditionResourceConfigurationCategoryComposite(AlertCondition condition, Integer resourceId, Configuration currentResourceConfiguration)
           
AlertConditionScheduleCategoryComposite(AlertCondition condition, Integer scheduleId)
           
AlertConditionTraitCategoryComposite(AlertCondition condition, Integer scheduleId, String value)
           
 

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