org.rhq.enterprise.server.subsystem
Class AlertSubsystemManagerBean
java.lang.Object
org.rhq.enterprise.server.subsystem.AlertSubsystemManagerBean
- All Implemented Interfaces:
- AlertSubsystemManagerLocal
public class AlertSubsystemManagerBean
- extends Object
- implements 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertSubsystemManagerBean
public AlertSubsystemManagerBean()
getAlertHistories
public PageList<AlertHistoryComposite> getAlertHistories(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
- Specified by:
getAlertHistories in interface AlertSubsystemManagerLocal
getAlertDefinitions
public PageList<AlertDefinitionComposite> getAlertDefinitions(Subject subject,
String resourceFilter,
String parentFilter,
Long startTime,
Long endTime,
AlertConditionCategory category,
PageControl pc)
- Specified by:
getAlertDefinitions in interface AlertSubsystemManagerLocal
deleteAlertHistories
public void deleteAlertHistories(Subject subject,
Integer[] historyIds)
- Specified by:
deleteAlertHistories in interface AlertSubsystemManagerLocal
purgeAllAlertHistories
public int purgeAllAlertHistories(Subject subject)
- Specified by:
purgeAllAlertHistories in interface AlertSubsystemManagerLocal
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.