public interface AlertManagerRemote
| Modifier and Type | Method and Description |
|---|---|
int |
acknowledgeAlerts(org.rhq.core.domain.auth.Subject subject,
int[] alertIds) |
int |
acknowledgeAlertsByContext(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.EntityContext context) |
int |
deleteAlerts(org.rhq.core.domain.auth.Subject subject,
int[] alertIds) |
int |
deleteAlertsByContext(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.EntityContext context) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.Alert> |
findAlertsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.AlertCriteria criteria) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.alert.Alert> findAlertsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.AlertCriteria criteria)
int deleteAlerts(org.rhq.core.domain.auth.Subject subject,
int[] alertIds)
int deleteAlertsByContext(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.EntityContext context)
int acknowledgeAlerts(org.rhq.core.domain.auth.Subject subject,
int[] alertIds)
int acknowledgeAlertsByContext(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.EntityContext context)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.