com.bea.wli.monitoring.alert
Interface AlertActionHeaders


public interface AlertActionHeaders

The names of the fields contained in an alert generated by an AquaLogic alert rule.


Field Summary
static String ALERT_RULE_ID
          Property indicating the unique identifier of the alert rule that generated this alert.
static String ALERT_RULE_NAME
          Property indicating the name of alert rule that generated this alert.
static String ALERT_RULE_SEVERITY
          Property indicating the severity of the generated alert.
static String ALERT_TIMESTAMP
          The time at which the aert rule was generated.
static String SERVICE_NAME
          Property indicating the fully-qualified name of Service that generated the alert.
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
Property indicating the fully-qualified name of Service that generated the alert.

See Also:
Constant Field Values

ALERT_RULE_NAME

static final String ALERT_RULE_NAME
Property indicating the name of alert rule that generated this alert.

See Also:
Constant Field Values

ALERT_RULE_ID

static final String ALERT_RULE_ID
Property indicating the unique identifier of the alert rule that generated this alert.

See Also:
Constant Field Values

ALERT_RULE_SEVERITY

static final String ALERT_RULE_SEVERITY
Property indicating the severity of the generated alert.

See Also:
Constant Field Values

ALERT_TIMESTAMP

static final String ALERT_TIMESTAMP
The time at which the aert rule was generated.

See Also:
Constant Field Values