org.rhq.core.domain.alert.notification
Class AlertNotification
java.lang.Object
org.rhq.core.domain.alert.notification.AlertNotification
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EmailNotification, RoleNotification, SnmpNotification, SubjectNotification
public abstract class AlertNotification
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETE_BY_ID
public static final String DELETE_BY_ID
- See Also:
- Constant Field Values
QUERY_DELETE_BY_RESOURCES
public static final String QUERY_DELETE_BY_RESOURCES
- See Also:
- Constant Field Values
AlertNotification
protected AlertNotification()
AlertNotification
public AlertNotification(@NotNull
AlertDefinition alertDefinition)
getId
public int getId()
getAlertDefinition
@NotNull
public AlertDefinition getAlertDefinition()
setAlertDefinition
public void setAlertDefinition(AlertDefinition alertDefinition)
copy
public abstract AlertNotification copy()
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.