|
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 ExecutionStrategy
Determines if an alert should be fired once the conditions associated with an alert definition have been met
Method Summary | |
---|---|
void |
conditionsSatisfied(AlertConditionsSatisfiedZEvent event)
Indicates that all conditions associated with an alert definition have been met |
java.io.Serializable |
getState()
|
void |
initialize(java.io.Serializable initialState)
Initializes this strategy |
Method Detail |
---|
void conditionsSatisfied(AlertConditionsSatisfiedZEvent event)
event
- An AlertConditionsSatisfiedZEvent
to processjava.io.Serializable getState()
void initialize(java.io.Serializable initialState)
initialState
- Any state that was saved by the strategy with this
alertDefinitionId the last time the server was shutdown. May be
null if no state saved.
|
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 |