| Package | Description |
|---|---|
| org.rhq.enterprise.server.alert |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerBean.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated.
|
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerLocal.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated.
this is used only by the legacy JSF UI and no longer works correctly
|
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching) |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching) |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateAlertDefinitionInternal(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching,
boolean checkPerms,
boolean finalizeNotifications) |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateAlertDefinitionInternal(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching,
boolean checkPerms,
boolean finalizeNotifications) |
void |
AlertNotificationManagerLocal.updateAlertNotification(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated.
this is used only by the legacy JSF UI and no longer works correctly
|
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerBean.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertTemplate,
boolean resetMatching) |
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerLocal.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean purgeInternals) |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateDependentAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching) |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateDependentAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching)
This method is similar in use-case to
AlertDefinitionManagerLocal.createDependentAlertDefinition(Subject, AlertDefinition, int). |
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerBean.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean resetMatching) |
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean resetMatching) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.