|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertDefinition | |
---|---|
org.rhq.core.domain.alert | |
org.rhq.core.domain.alert.notification | |
org.rhq.core.domain.resource |
Uses of AlertDefinition in org.rhq.core.domain.alert |
---|
Methods in org.rhq.core.domain.alert that return AlertDefinition | |
---|---|
AlertDefinition |
Alert.getAlertDefinition()
|
AlertDefinition |
AlertCondition.getAlertDefinition()
|
AlertDefinition |
AlertDampeningEvent.getAlertDefinition()
|
Methods in org.rhq.core.domain.alert with parameters of type AlertDefinition | |
---|---|
void |
Alert.setAlertDefinition(AlertDefinition alertDefinition)
|
void |
AlertCondition.setAlertDefinition(AlertDefinition alertDef)
|
void |
AlertDampeningEvent.setAlertDefinition(AlertDefinition alertDefinition)
|
void |
AlertDefinition.update(AlertDefinition alertDef)
|
Constructors in org.rhq.core.domain.alert with parameters of type AlertDefinition | |
---|---|
Alert(AlertDefinition alertDefinition,
long ctime)
Creates a new alert with the specified definition and creation time. |
|
AlertCondition(AlertDefinition alertDef,
AlertConditionCategory type)
|
|
AlertDampeningEvent(AlertDefinition alertDefinition,
AlertDampeningEvent.Type type)
|
|
AlertDefinition(AlertDefinition alertDef)
Creates a skeletal copy of the specified alert definition. |
Uses of AlertDefinition in org.rhq.core.domain.alert.notification |
---|
Methods in org.rhq.core.domain.alert.notification that return AlertDefinition | |
---|---|
AlertDefinition |
AlertNotification.getAlertDefinition()
|
Methods in org.rhq.core.domain.alert.notification with parameters of type AlertDefinition | |
---|---|
void |
AlertNotification.setAlertDefinition(AlertDefinition alertDefinition)
|
Constructors in org.rhq.core.domain.alert.notification with parameters of type AlertDefinition | |
---|---|
AlertNotification(AlertDefinition alertDefinition)
|
|
EmailNotification(AlertDefinition alertDefinition,
String emailAddress)
|
|
RoleNotification(AlertDefinition alertDefinition,
Role role)
|
|
SnmpNotification(AlertDefinition alertDefinition,
String host,
Integer port,
String oid)
|
|
SubjectNotification(AlertDefinition alertDefinition,
Subject subject)
|
Uses of AlertDefinition in org.rhq.core.domain.resource |
---|
Methods in org.rhq.core.domain.resource that return types with arguments of type AlertDefinition | |
---|---|
Set<AlertDefinition> |
Resource.getAlertDefinitions()
|
Methods in org.rhq.core.domain.resource with parameters of type AlertDefinition | |
---|---|
void |
Resource.addAlertDefinition(AlertDefinition alertDefinition)
|
Method parameters in org.rhq.core.domain.resource with type arguments of type AlertDefinition | |
---|---|
void |
Resource.setAlertDefinitions(Set<AlertDefinition> alertDefinitions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |