Uses of Class
org.rhq.enterprise.server.alert.engine.model.AlertConditionOperator

Packages that use AlertConditionOperator
org.rhq.enterprise.server.alert.engine.model   
 

Uses of AlertConditionOperator in org.rhq.enterprise.server.alert.engine.model
 

Fields in org.rhq.enterprise.server.alert.engine.model declared as AlertConditionOperator
protected  AlertConditionOperator AbstractCacheElement.alertConditionOperator
           
 

Methods in org.rhq.enterprise.server.alert.engine.model that return AlertConditionOperator
 AlertConditionOperator AbstractCacheElement.getAlertConditionOperator()
           
static AlertConditionOperator AlertConditionOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertConditionOperator[] AlertConditionOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.enterprise.server.alert.engine.model with parameters of type AlertConditionOperator
abstract  AlertConditionOperator.Type AbstractCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
          For the most part, the operator itself denotes whether it makes comparisons against a sliding scale or not.
 AlertConditionOperator.Type NumericDoubleCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type MeasurementRangeNumericCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type ResourceConfigurationCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type StringCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type AbstractEnumCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type DriftCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type CallTimeDataCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 AlertConditionOperator.Type EventCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
           
 

Constructors in org.rhq.enterprise.server.alert.engine.model with parameters of type AlertConditionOperator
AbstractCacheElement(AlertConditionOperator operator, Object operatorOption, T value, int conditionId)
           
AbstractCacheElement(AlertConditionOperator operator, T value, int conditionTriggerId)
           
AbstractEnumCacheElement(AlertConditionOperator operator, E value, int conditionTriggerId)
           
AbstractEnumCacheElement(AlertConditionOperator operator, Object operatorOption, E value, int conditionTriggerId)
           
AvailabilityCacheElement(AlertConditionOperator operator, org.rhq.core.domain.measurement.AvailabilityType operatorOption, org.rhq.core.domain.measurement.AvailabilityType value, int conditionTriggerId)
           
CallTimeDataCacheElement(AlertConditionOperator operator, CallTimeDataCacheElement.CallTimeElementValue whichValue, String comparator, Double value, int conditionId, String callDestPattern)
           
DriftCacheElement(AlertConditionOperator operator, String driftDefNameRegexStr, String driftPathNameRegexStr, int conditionTriggerId)
           
EventCacheElement(AlertConditionOperator operator, org.rhq.core.domain.event.EventSeverity value, int conditionTriggerId)
           
EventCacheElement(AlertConditionOperator operator, String eventDetails, org.rhq.core.domain.event.EventSeverity value, int conditionTriggerId)
           
MeasurementBaselineCacheElement(AlertConditionOperator operator, Double value, int conditionTriggerId, String option)
           
MeasurementNumericCacheElement(AlertConditionOperator operator, Double value, int conditionTriggerId)
           
MeasurementRangeNumericCacheElement(AlertConditionOperator operator, Double loValue, Double hiValue, int conditionTriggerId)
           
MeasurementTraitCacheElement(AlertConditionOperator operator, String value, int conditionTriggerId)
           
NumericDoubleCacheElement(AlertConditionOperator operator, Double value, int conditionTriggerId)
           
ResourceConfigurationCacheElement(AlertConditionOperator operator, org.rhq.core.domain.configuration.Configuration value, int conditionTriggerId)
           
ResourceOperationCacheElement(AlertConditionOperator operator, org.rhq.core.domain.operation.OperationRequestStatus value, int conditionTriggerId)
           
StringCacheElement(AlertConditionOperator operator, String value, int conditionTriggerId)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.