|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertNotification | |
---|---|
org.rhq.core.domain.alert | |
org.rhq.core.domain.alert.notification |
Uses of AlertNotification in org.rhq.core.domain.alert |
---|
Methods in org.rhq.core.domain.alert that return types with arguments of type AlertNotification | |
---|---|
Set<AlertNotification> |
AlertDefinition.getAlertNotifications()
|
Methods in org.rhq.core.domain.alert with parameters of type AlertNotification | |
---|---|
void |
AlertDefinition.addAlertNotification(AlertNotification alertNotification)
|
Method parameters in org.rhq.core.domain.alert with type arguments of type AlertNotification | |
---|---|
void |
AlertDefinition.setAlertNotifications(Set<AlertNotification> alertNotifications)
|
Uses of AlertNotification in org.rhq.core.domain.alert.notification |
---|
Subclasses of AlertNotification in org.rhq.core.domain.alert.notification | |
---|---|
class |
EmailNotification
|
class |
RoleNotification
|
class |
SnmpNotification
An alert notification that sends an SNMP trap to the specified SNMP host+port+OID. |
class |
SubjectNotification
|
Methods in org.rhq.core.domain.alert.notification that return AlertNotification | |
---|---|
abstract AlertNotification |
AlertNotification.copy()
|
AlertNotification |
EmailNotification.copy()
|
AlertNotification |
RoleNotification.copy()
|
AlertNotification |
SnmpNotification.copy()
|
AlertNotification |
SubjectNotification.copy()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |