org.rhq.enterprise.server.alert
Class AlertConditionManagerBean

java.lang.Object
  extended by org.rhq.enterprise.server.alert.AlertConditionManagerBean
All Implemented Interfaces:
AlertConditionManagerLocal

public class AlertConditionManagerBean
extends java.lang.Object
implements AlertConditionManagerLocal

Author:
Joseph Marques

Constructor Summary
AlertConditionManagerBean()
           
 
Method Summary
 AlertCondition getAlertConditionById(int alertConditionId)
           
 PageList<? extends AbstractAlertConditionCategoryComposite> getAlertConditionComposites(Subject user, java.lang.Integer agentId, AlertConditionCategory category, PageControl pageControl)
           
 java.lang.Integer getAlertDefinitionByConditionIdInNewTransaction(int alertConditionId)
           
 InventoryStatus getResourceStatusByConditionId(int alertConditionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertConditionManagerBean

public AlertConditionManagerBean()
Method Detail

getAlertDefinitionByConditionIdInNewTransaction

public java.lang.Integer getAlertDefinitionByConditionIdInNewTransaction(int alertConditionId)
Specified by:
getAlertDefinitionByConditionIdInNewTransaction in interface AlertConditionManagerLocal

getAlertConditionById

public AlertCondition getAlertConditionById(int alertConditionId)
Specified by:
getAlertConditionById in interface AlertConditionManagerLocal

getAlertConditionComposites

public PageList<? extends AbstractAlertConditionCategoryComposite> getAlertConditionComposites(Subject user,
                                                                                               java.lang.Integer agentId,
                                                                                               AlertConditionCategory category,
                                                                                               PageControl pageControl)
Specified by:
getAlertConditionComposites in interface AlertConditionManagerLocal

getResourceStatusByConditionId

public InventoryStatus getResourceStatusByConditionId(int alertConditionId)
Specified by:
getResourceStatusByConditionId in interface AlertConditionManagerLocal


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