public interface AlertConditionLogManagerLocal
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.alert.Alert |
checkForCompletedAlertConditionSet(int alertConditionId) |
int |
getConditionCount(int alertDefinitionId)
Used for internal processing, exposed here so the tiniest amount of data can be gotten in a new transaction
|
org.rhq.core.domain.alert.BooleanExpression |
getConditionExpression(int alertDefinitionId)
Used for internal processing, exposed here so the tiniest amount of data can be gotten in a new transaction
|
org.rhq.core.domain.alert.AlertConditionLog |
getUnmatchedLogByAlertConditionId(int alertConditionId) |
List<org.rhq.core.domain.alert.AlertConditionLog> |
getUnmatchedLogsByAlertDefinitionId(int alertDefinitionId) |
void |
removeUnmatchedLogByAlertConditionId(int alertConditionId) |
void |
updateUnmatchedLogByAlertConditionId(int alertConditionId,
long ctime,
String value) |
org.rhq.core.domain.alert.AlertConditionLog getUnmatchedLogByAlertConditionId(int alertConditionId)
List<org.rhq.core.domain.alert.AlertConditionLog> getUnmatchedLogsByAlertDefinitionId(int alertDefinitionId)
void updateUnmatchedLogByAlertConditionId(int alertConditionId,
long ctime,
String value)
void removeUnmatchedLogByAlertConditionId(int alertConditionId)
org.rhq.core.domain.alert.Alert checkForCompletedAlertConditionSet(int alertConditionId)
alertConditionId - org.rhq.core.domain.alert.BooleanExpression getConditionExpression(int alertDefinitionId)
alertDefinitionId - the definition whose conditionExpression will be looked upint getConditionCount(int alertDefinitionId)
alertDefinitionId - the definition whose conditionExpression will be looked upCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.