public class AlertConditionLogManagerBean extends Object implements AlertConditionLogManagerLocal
| Constructor and Description |
|---|
AlertConditionLogManagerBean() |
| 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) |
public org.rhq.core.domain.alert.AlertConditionLog getUnmatchedLogByAlertConditionId(int alertConditionId)
getUnmatchedLogByAlertConditionId in interface AlertConditionLogManagerLocalpublic List<org.rhq.core.domain.alert.AlertConditionLog> getUnmatchedLogsByAlertDefinitionId(int alertDefinitionId)
getUnmatchedLogsByAlertDefinitionId in interface AlertConditionLogManagerLocalpublic void updateUnmatchedLogByAlertConditionId(int alertConditionId,
long ctime,
String value)
updateUnmatchedLogByAlertConditionId in interface AlertConditionLogManagerLocalpublic void removeUnmatchedLogByAlertConditionId(int alertConditionId)
removeUnmatchedLogByAlertConditionId in interface AlertConditionLogManagerLocalpublic org.rhq.core.domain.alert.Alert checkForCompletedAlertConditionSet(int alertConditionId)
checkForCompletedAlertConditionSet in interface AlertConditionLogManagerLocalpublic org.rhq.core.domain.alert.BooleanExpression getConditionExpression(int alertDefinitionId)
AlertConditionLogManagerLocalgetConditionExpression in interface AlertConditionLogManagerLocalalertDefinitionId - the definition whose conditionExpression will be looked uppublic int getConditionCount(int alertDefinitionId)
AlertConditionLogManagerLocalgetConditionCount in interface AlertConditionLogManagerLocalalertDefinitionId - the definition whose conditionExpression will be looked upCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.