|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AlertConditionEvaluatorStateRepository
Repository to save and access state of AlertConditionEvaluators and
their associated ExecutionStrategys.
| Method Summary | |
|---|---|
java.util.Map |
getAlertConditionEvaluatorStates()
|
java.util.Map |
getExecutionStrategyStates()
|
void |
saveAlertConditionEvaluatorStates(java.util.Map alertConditionEvaluatorStates)
Persists states of AlertConditionEvaluators |
void |
saveExecutionStrategyStates(java.util.Map executionStrategyStates)
Persists states of ExecutionStrategys |
| Method Detail |
|---|
java.util.Map getAlertConditionEvaluatorStates()
AlertConditionEvaluator
with that ID.java.util.Map getExecutionStrategyStates()
ExecutionStrategy with
that ID.void saveAlertConditionEvaluatorStates(java.util.Map alertConditionEvaluatorStates)
AlertConditionEvaluators
alertConditionEvaluatorStates - A Map where key is alert definition
ID and value is the Serializable state of the
AlertConditionEvaluator with that ID.void saveExecutionStrategyStates(java.util.Map executionStrategyStates)
ExecutionStrategys
executionStrategyStates - A Map where key is alert definition ID and
value is the Serializable state of the ExecutionStrategy
with that ID.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||