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