|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
AlertConditionOperator.Type |
StringCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
|
AlertConditionOperator.Type |
ResourceConfigurationCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
|
AlertConditionOperator.Type |
NumericDoubleCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
|
AlertConditionOperator.Type |
EventCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
|
AlertConditionOperator.Type |
AbstractEnumCacheElement.getOperatorSupportsType(AlertConditionOperator operator)
|
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. |
static AlertConditionOperator.Type |
AlertConditionOperator.Type.valueOf(java.lang.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||