org.rhq.enterprise.server.subsystem
Interface AlertSubsystemManagerLocal

All Known Implementing Classes:
AlertSubsystemManagerBean

public interface 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)
           
 

Method Detail

getAlertHistories

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)

getAlertDefinitions

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)

deleteAlertHistories

int deleteAlertHistories(Subject subject,
                         java.lang.Integer[] historyIds)

purgeAllAlertHistories

int purgeAllAlertHistories(Subject subject)


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.