org.rhq.enterprise.server.alert
Class AlertConditionManagerBean
java.lang.Object
org.rhq.enterprise.server.alert.AlertConditionManagerBean
- All Implemented Interfaces:
- AlertConditionManagerLocal
public class AlertConditionManagerBean
- extends Object
- implements AlertConditionManagerLocal
- Author:
- Joseph Marques
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertConditionManagerBean
public AlertConditionManagerBean()
getAlertDefinitionByConditionIdInNewTransaction
public Integer getAlertDefinitionByConditionIdInNewTransaction(int alertConditionId)
- Specified by:
getAlertDefinitionByConditionIdInNewTransaction in interface AlertConditionManagerLocal
getAlertConditionById
public org.rhq.core.domain.alert.AlertCondition getAlertConditionById(int alertConditionId)
- Specified by:
getAlertConditionById in interface AlertConditionManagerLocal
getAlertConditionComposites
public org.rhq.core.domain.util.PageList<? extends org.rhq.core.domain.alert.composite.AbstractAlertConditionCategoryComposite> getAlertConditionComposites(org.rhq.core.domain.auth.Subject user,
Integer agentId,
org.rhq.core.domain.alert.AlertConditionCategory category,
org.rhq.core.domain.util.PageControl pageControl)
- Specified by:
getAlertConditionComposites in interface AlertConditionManagerLocal
getResourceStatusByConditionId
public org.rhq.core.domain.resource.InventoryStatus getResourceStatusByConditionId(int alertConditionId)
- Specified by:
getResourceStatusByConditionId in interface AlertConditionManagerLocal
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.