public class AlertSubsystemManagerBean extends Object implements AlertSubsystemManagerLocal
| Constructor and Description |
|---|
AlertSubsystemManagerBean() |
| 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) |
public 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)
getAlertHistories in interface AlertSubsystemManagerLocalpublic 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)
getAlertDefinitions in interface AlertSubsystemManagerLocalpublic void deleteAlertHistories(org.rhq.core.domain.auth.Subject subject,
Integer[] historyIds)
deleteAlertHistories in interface AlertSubsystemManagerLocalpublic int purgeAllAlertHistories(org.rhq.core.domain.auth.Subject subject)
purgeAllAlertHistories in interface AlertSubsystemManagerLocalCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.