|
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 AlertConditionEvaluator
s and
their associated ExecutionStrategy
s.
Method Summary | |
---|---|
java.util.Map |
getAlertConditionEvaluatorStates()
|
java.util.Map |
getExecutionStrategyStates()
|
void |
saveAlertConditionEvaluatorStates(java.util.Map alertConditionEvaluatorStates)
Persists states of AlertConditionEvaluator s |
void |
saveExecutionStrategyStates(java.util.Map executionStrategyStates)
Persists states of ExecutionStrategy s |
Method Detail |
---|
java.util.Map getAlertConditionEvaluatorStates()
AlertConditionEvaluator
with that ID.java.util.Map getExecutionStrategyStates()
ExecutionStrategy
with
that ID.void saveAlertConditionEvaluatorStates(java.util.Map alertConditionEvaluatorStates)
AlertConditionEvaluator
s
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)
ExecutionStrategy
s
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 |