org.rhq.enterprise.server.subsystem
Class AlertSubsystemManagerBean
java.lang.Object
org.rhq.enterprise.server.subsystem.AlertSubsystemManagerBean
- All Implemented Interfaces:
- AlertSubsystemManagerLocal
public class AlertSubsystemManagerBean
- extends java.lang.Object
- implements AlertSubsystemManagerLocal
- Author:
- Joseph Marques
|
Method Summary |
int |
deleteAlertHistories(Subject subject,
java.lang.Integer[] historyIds)
|
PageList<AlertDefinitionComposite> |
getAlertDefinitions(Subject subject,
java.lang.String resourceFilter,
java.lang.String parentFilter,
java.lang.Long startTime,
java.lang.Long endTime,
AlertConditionCategory category,
PageControl pc)
|
PageList<AlertHistoryComposite> |
getAlertHistories(Subject subject,
java.lang.String resourceFilter,
java.lang.String parentFilter,
java.lang.Long startTime,
java.lang.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,
java.lang.String resourceFilter,
java.lang.String parentFilter,
java.lang.Long startTime,
java.lang.Long endTime,
AlertConditionCategory category,
PageControl pc)
- Specified by:
getAlertHistories in interface AlertSubsystemManagerLocal
getAlertDefinitions
public PageList<AlertDefinitionComposite> getAlertDefinitions(Subject subject,
java.lang.String resourceFilter,
java.lang.String parentFilter,
java.lang.Long startTime,
java.lang.Long endTime,
AlertConditionCategory category,
PageControl pc)
- Specified by:
getAlertDefinitions in interface AlertSubsystemManagerLocal
deleteAlertHistories
public int deleteAlertHistories(Subject subject,
java.lang.Integer[] historyIds)
- Specified by:
deleteAlertHistories in interface AlertSubsystemManagerLocal
purgeAllAlertHistories
public int purgeAllAlertHistories(Subject subject)
- Specified by:
purgeAllAlertHistories in interface AlertSubsystemManagerLocal
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.