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

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.operation.OperationRequestStatus>
          extended by org.rhq.enterprise.server.alert.engine.model.ResourceOperationCacheElement

public final class ResourceOperationCacheElement
extends AbstractEnumCacheElement<org.rhq.core.domain.operation.OperationRequestStatus>

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
ResourceOperationCacheElement(AlertConditionOperator operator, org.rhq.core.domain.operation.OperationRequestStatus 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

ResourceOperationCacheElement

public ResourceOperationCacheElement(AlertConditionOperator operator,
                                     org.rhq.core.domain.operation.OperationRequestStatus value,
                                     int conditionTriggerId)


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