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

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

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

Methods in org.rhq.enterprise.server.alert.engine.model that return AlertConditionOperator.Type
 AlertConditionOperator.Type AlertConditionOperator.getDefaultType()
           
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)
           
static AlertConditionOperator.Type AlertConditionOperator.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertConditionOperator.Type[] AlertConditionOperator.Type.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.Type
 boolean AbstractCacheElement.isType(AlertConditionOperator.Type type)
          convenience method to test whether this cache element instance equals the specified type
 



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