public class DriftCacheElement extends AbstractCacheElement<Object>
| Modifier and Type | Field and Description |
|---|---|
static Object |
UNUSED_CONDITION_VALUE |
active, alertConditionOperator, alertConditionOperatorOption, alertConditionTriggerId, alertConditionValue, log, nextCacheElement| Constructor and Description |
|---|
DriftCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
String driftDefNameRegexStr,
String driftPathNameRegexStr,
int conditionTriggerId) |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.alert.AlertConditionOperator.Type |
getOperatorSupportsType(org.rhq.core.domain.alert.AlertConditionOperator operator)
For the most part, the operator itself denotes whether it makes comparisons against a sliding scale or not.
|
boolean |
matches(Object providedValue,
Object... extraParams) |
convertValueToString, equals, getAlertConditionOperator, getAlertConditionOperatorOption, getAlertConditionTriggerId, getAlertConditionValue, hashCode, isActive, isType, process, setActive, setAlertConditionValue, setNextCacheElement, toStringpublic static final Object UNUSED_CONDITION_VALUE
public boolean matches(Object providedValue, Object... extraParams)
matches in class AbstractCacheElement<Object>public org.rhq.core.domain.alert.AlertConditionOperator.Type getOperatorSupportsType(org.rhq.core.domain.alert.AlertConditionOperator operator)
AbstractCacheElementgetOperatorSupportsType in class AbstractCacheElement<Object>AlertConditionOperatorCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.