Uses of Class
org.rhq.enterprise.server.alert.engine.AlertConditionCacheStats

Packages that use AlertConditionCacheStats
org.rhq.enterprise.server.alert.engine   
org.rhq.enterprise.server.alert.engine.internal   
 

Uses of AlertConditionCacheStats in org.rhq.enterprise.server.alert.engine
 

Methods in org.rhq.enterprise.server.alert.engine that return AlertConditionCacheStats
 AlertConditionCacheStats AlertConditionCacheManagerLocal.checkConditions(Availability... availability)
          Since Availability is no longer a measurement, it must be checked differently.
 AlertConditionCacheStats AlertConditionCacheManagerBean.checkConditions(Availability... availabilities)
           
 AlertConditionCacheStats AlertConditionCacheManagerLocal.checkConditions(EventSource source, Event... events)
          An EventReport is full of Event objects.
 AlertConditionCacheStats AlertConditionCacheManagerBean.checkConditions(EventSource source, Event... events)
           
 AlertConditionCacheStats AlertConditionCacheManagerLocal.checkConditions(MeasurementData... measurementData)
          A MeasurementReport is full of MeasurementData objects.
 AlertConditionCacheStats AlertConditionCacheManagerBean.checkConditions(MeasurementData... measurementData)
           
 AlertConditionCacheStats AlertConditionCacheManagerLocal.checkConditions(OperationHistory operationHistory)
          Operation history occurs in two distinct phases.
 AlertConditionCacheStats AlertConditionCacheManagerBean.checkConditions(OperationHistory operationHistory)
           
 AlertConditionCacheStats AlertConditionCacheManagerLocal.checkConditions(ResourceConfigurationUpdate update)
          ResourceConfiguration changes can be made through the UI or on the managed resource.
 AlertConditionCacheStats AlertConditionCacheManagerBean.checkConditions(ResourceConfigurationUpdate update)
           
 

Methods in org.rhq.enterprise.server.alert.engine with parameters of type AlertConditionCacheStats
 void AlertConditionCacheStats.add(AlertConditionCacheStats stats)
           
 

Uses of AlertConditionCacheStats in org.rhq.enterprise.server.alert.engine.internal
 

Methods in org.rhq.enterprise.server.alert.engine.internal that return AlertConditionCacheStats
 AlertConditionCacheStats AlertConditionCacheCoordinator.checkConditions(Availability... availabilities)
           
 AlertConditionCacheStats AlertConditionCacheCoordinator.checkConditions(EventSource source, Event... events)
           
 AlertConditionCacheStats AlertConditionCacheCoordinator.checkConditions(MeasurementData... measurementData)
           
 AlertConditionCacheStats AlertConditionCacheCoordinator.checkConditions(OperationHistory operationHistory)
           
 AlertConditionCacheStats AlertConditionCacheCoordinator.checkConditions(ResourceConfigurationUpdate update)
           
 



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