public class CallTimeDataCacheElement extends AbstractCacheElement<org.rhq.core.domain.measurement.calltime.CallTimeDataValue>
| Modifier and Type | Class and Description |
|---|---|
static class |
CallTimeDataCacheElement.CallTimeElementValue |
active, alertConditionOperator, alertConditionOperatorOption, alertConditionTriggerId, alertConditionValue, log, nextCacheElement| Constructor and Description |
|---|
CallTimeDataCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
CallTimeDataCacheElement.CallTimeElementValue whichValue,
String comparator,
Double value,
int conditionId,
String callDestPattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertValueToString(org.rhq.core.domain.measurement.calltime.CallTimeDataValue value) |
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(org.rhq.core.domain.measurement.calltime.CallTimeDataValue providedValue,
Object... extras) |
equals, getAlertConditionOperator, getAlertConditionOperatorOption, getAlertConditionTriggerId, getAlertConditionValue, hashCode, isActive, isType, process, setActive, setAlertConditionValue, setNextCacheElement, toStringpublic CallTimeDataCacheElement(org.rhq.core.domain.alert.AlertConditionOperator operator,
CallTimeDataCacheElement.CallTimeElementValue whichValue,
String comparator,
Double value,
int conditionId,
String callDestPattern)
public org.rhq.core.domain.alert.AlertConditionOperator.Type getOperatorSupportsType(org.rhq.core.domain.alert.AlertConditionOperator operator)
AbstractCacheElementgetOperatorSupportsType in class AbstractCacheElement<org.rhq.core.domain.measurement.calltime.CallTimeDataValue>AlertConditionOperatorpublic boolean matches(org.rhq.core.domain.measurement.calltime.CallTimeDataValue providedValue,
Object... extras)
matches in class AbstractCacheElement<org.rhq.core.domain.measurement.calltime.CallTimeDataValue>public String convertValueToString(org.rhq.core.domain.measurement.calltime.CallTimeDataValue value)
convertValueToString in class AbstractCacheElement<org.rhq.core.domain.measurement.calltime.CallTimeDataValue>Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.