|
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 AlertConditionEvaluatorRepository
Repository of AlertConditionEvaluator
s
Method Summary | |
---|---|
void |
addAlertConditionEvaluator(AlertConditionEvaluator alertConditionEvaluator)
Add to the repository |
AlertConditionEvaluator |
getAlertConditionEvaluatorById(java.lang.Integer alertDefinitionId)
|
java.util.Map |
getAlertConditionEvaluators()
Get all the alert condition evaluators |
AlertConditionEvaluatorStateRepository |
getStateRepository()
Get the AlertConditionEvaluatorStateRepository |
void |
removeAlertConditionEvaluator(java.lang.Integer alertDefinitionId)
Remove from the repository |
Method Detail |
---|
void addAlertConditionEvaluator(AlertConditionEvaluator alertConditionEvaluator)
alertConditionEvaluator
- The AlertConditionEvaluator
to add the repositoryAlertConditionEvaluator getAlertConditionEvaluatorById(java.lang.Integer alertDefinitionId)
alertDefinitionId
- The ID of the alert definition
AlertConditionEvaluator
or null if none existsAlertConditionEvaluatorStateRepository getStateRepository()
AlertConditionEvaluatorStateRepository
java.util.Map getAlertConditionEvaluators()
void removeAlertConditionEvaluator(java.lang.Integer alertDefinitionId)
alertDefinitionId
- The ID of the alert definition whose AlertConditionEvaluator
should be removed from the repository
|
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 |