org.rhq.enterprise.server.subsystem
Interface AlertSubsystemManagerLocal
- All Known Implementing Classes:
- AlertSubsystemManagerBean
public interface AlertSubsystemManagerLocal
- Author:
- Joseph Marques
|
Method Summary |
void |
deleteAlertHistories(Subject subject,
Integer[] historyIds)
|
PageList<AlertDefinitionComposite> |
getAlertDefinitions(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
|
PageList<AlertHistoryComposite> |
getAlertHistories(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
|
int |
purgeAllAlertHistories(Subject subject)
|
getAlertHistories
PageList<AlertHistoryComposite> getAlertHistories(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
getAlertDefinitions
PageList<AlertDefinitionComposite> getAlertDefinitions(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
deleteAlertHistories
void deleteAlertHistories(Subject subject,
Integer[] historyIds)
purgeAllAlertHistories
int purgeAllAlertHistories(Subject subject)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.