public abstract class AbstractEnumCacheElement<E extends Enum<E>> extends AbstractCacheElement<E>
active, alertConditionOperator, alertConditionOperatorOption, alertConditionTriggerId, alertConditionValue, log, nextCacheElement| Constructor and Description |
|---|
AbstractEnumCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
E value,
int conditionTriggerId) |
AbstractEnumCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
Object operatorOption,
E value,
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(E providedValue,
Object... extraParams) |
convertValueToString, equals, getAlertConditionOperator, getAlertConditionOperatorOption, getAlertConditionTriggerId, getAlertConditionValue, hashCode, isActive, isType, process, setActive, setAlertConditionValue, setNextCacheElement, toStringpublic AbstractEnumCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
E value,
int conditionTriggerId)
public boolean matches(E providedValue, Object... extraParams)
matches in class AbstractCacheElement<E extends Enum<E>>public org.rhq.core.domain.alert.AlertConditionOperator.Type getOperatorSupportsType(org.rhq.core.domain.alert.AlertConditionOperator operator)
AbstractCacheElementgetOperatorSupportsType in class AbstractCacheElement<E extends Enum<E>>AlertConditionOperatorCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.