public interface AlertSubsystemManagerLocal
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAlertHistories(org.rhq.core.domain.auth.Subject subject,
Integer[] historyIds) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.composite.AlertDefinitionComposite> |
getAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
org.rhq.core.domain.alert.AlertConditionCategory category,
org.rhq.core.domain.util.PageControl pc) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.composite.AlertHistoryComposite> |
getAlertHistories(org.rhq.core.domain.auth.Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
org.rhq.core.domain.alert.AlertConditionCategory category,
org.rhq.core.domain.util.PageControl pc) |
int |
purgeAllAlertHistories(org.rhq.core.domain.auth.Subject subject) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.composite.AlertHistoryComposite> getAlertHistories(org.rhq.core.domain.auth.Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
org.rhq.core.domain.alert.AlertConditionCategory category,
org.rhq.core.domain.util.PageControl pc)
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.composite.AlertDefinitionComposite> getAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
org.rhq.core.domain.alert.AlertConditionCategory category,
org.rhq.core.domain.util.PageControl pc)
void deleteAlertHistories(org.rhq.core.domain.auth.Subject subject,
Integer[] historyIds)
int purgeAllAlertHistories(org.rhq.core.domain.auth.Subject subject)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.