|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlertConditionCacheManagerLocal
This is the SLSB interface for interacting with the clustered cache that stores and computes whether AlertDefinition conditions have become true for which Resources in the system. It consequently calls the condition listener MDB, which stores the fired conditions to the backing store. A separate process later comes along and decides - depending on the recovery property, enablement actions, and enablement filtering options that were set on the AlertDefinition this condition was triggered against - whether an alert should fire or not.
| Method Summary | |
|---|---|
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.measurement.Availability... availability)
Since Availability is no longer a measurement, it must be checked differently. |
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.measurement.calltime.CallTimeData... callTimeData)
A MeasurementReport is full of CallTimeData objects. |
AlertConditionCacheStats |
checkConditions(DriftChangeSetSummary driftChangeSetSummary)
Drift changes that an agent reported. |
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.event.EventSource source,
org.rhq.core.domain.event.Event... events)
An EventReport is full of Event objects. |
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.measurement.MeasurementData... measurementData)
A MeasurementReport is full of MeasurementData objects. |
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.operation.OperationHistory operationHistory)
Operation history occurs in two distinct phases. |
AlertConditionCacheStats |
checkConditions(org.rhq.core.domain.configuration.ResourceConfigurationUpdate update)
ResourceConfiguration changes can be made through the UI or on the managed resource. |
void |
reloadAllCaches()
|
void |
reloadCachesForAgent(int agentId)
|
void |
reloadGlobalCache()
|
| Method Detail |
|---|
AlertConditionCacheStats checkConditions(org.rhq.core.domain.measurement.MeasurementData... measurementData)
AlertConditionCacheStats checkConditions(org.rhq.core.domain.measurement.calltime.CallTimeData... callTimeData)
AlertConditionCacheStats checkConditions(org.rhq.core.domain.operation.OperationHistory operationHistory)
AlertConditionCacheStats checkConditions(org.rhq.core.domain.measurement.Availability... availability)
AlertConditionCacheStats checkConditions(org.rhq.core.domain.event.EventSource source,
org.rhq.core.domain.event.Event... events)
AlertConditionCacheStats checkConditions(org.rhq.core.domain.configuration.ResourceConfigurationUpdate update)
AlertConditionCacheStats checkConditions(DriftChangeSetSummary driftChangeSetSummary)
driftChangeSetSummary - data on the change set that is to be checked
void reloadCachesForAgent(int agentId)
void reloadGlobalCache()
void reloadAllCaches()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||