|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertCondition | |
---|---|
org.rhq.core.domain.alert | |
org.rhq.core.domain.measurement |
Uses of AlertCondition in org.rhq.core.domain.alert |
---|
Methods in org.rhq.core.domain.alert that return AlertCondition | |
---|---|
AlertCondition |
AlertConditionLog.getCondition()
|
Methods in org.rhq.core.domain.alert that return types with arguments of type AlertCondition | |
---|---|
Set<AlertCondition> |
AlertDefinition.getConditions()
|
Methods in org.rhq.core.domain.alert with parameters of type AlertCondition | |
---|---|
void |
AlertDefinition.addCondition(AlertCondition condition)
|
void |
AlertConditionLog.setCondition(AlertCondition condition)
|
Method parameters in org.rhq.core.domain.alert with type arguments of type AlertCondition | |
---|---|
void |
AlertDefinition.setConditions(Set<AlertCondition> conditions)
|
Constructors in org.rhq.core.domain.alert with parameters of type AlertCondition | |
---|---|
AlertCondition(AlertCondition cond)
Creates a skeletal copy of the specified alert condition. |
|
AlertConditionLog(AlertCondition cond,
long ctime)
Creates a new log record for the specified alert condition. |
Uses of AlertCondition in org.rhq.core.domain.measurement |
---|
Methods in org.rhq.core.domain.measurement that return types with arguments of type AlertCondition | |
---|---|
List<AlertCondition> |
MeasurementDefinition.getAlertCondition()
|
Method parameters in org.rhq.core.domain.measurement with type arguments of type AlertCondition | |
---|---|
void |
MeasurementDefinition.setAlertCondition(List<AlertCondition> alertConditions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |