org.rhq.enterprise.server.alert.engine.model
Class AvailabilityCacheElement

java.lang.Object
  extended by org.rhq.enterprise.server.alert.engine.model.AbstractCacheElement<E>
      extended by org.rhq.enterprise.server.alert.engine.model.AbstractEnumCacheElement<org.rhq.core.domain.measurement.AvailabilityType>
          extended by org.rhq.enterprise.server.alert.engine.model.AvailabilityCacheElement

public final class AvailabilityCacheElement
extends AbstractEnumCacheElement<org.rhq.core.domain.measurement.AvailabilityType>

Author:
Joseph Marques

Field Summary
 
Fields inherited from class org.rhq.enterprise.server.alert.engine.model.AbstractCacheElement
active, alertConditionOperator, alertConditionOperatorOption, alertConditionTriggerId, alertConditionValue, log, nextCacheElement
 
Constructor Summary
AvailabilityCacheElement(AlertConditionOperator operator, org.rhq.core.domain.measurement.AvailabilityType operatorOption, org.rhq.core.domain.measurement.AvailabilityType value, int conditionTriggerId)
           
 
Method Summary
 
Methods inherited from class org.rhq.enterprise.server.alert.engine.model.AbstractEnumCacheElement
getOperatorSupportsType, matches
 
Methods inherited from class org.rhq.enterprise.server.alert.engine.model.AbstractCacheElement
convertValueToString, equals, getAlertConditionOperator, getAlertConditionOperatorOption, getAlertConditionTriggerId, getAlertConditionValue, hashCode, isActive, isType, process, setActive, setAlertConditionValue, setNextCacheElement, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityCacheElement

public AvailabilityCacheElement(AlertConditionOperator operator,
                                org.rhq.core.domain.measurement.AvailabilityType operatorOption,
                                org.rhq.core.domain.measurement.AvailabilityType value,
                                int conditionTriggerId)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.