Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.wli.monitoring.alert
Interface AlertActionHeaders


public interface AlertActionHeaders

The list of header fields contained in an alert generated by Oracle Service Bus.


Field Summary
static java.lang.String ALERT_DESTINATION
          The name of the Alert Destination resource.
static java.lang.String ALERT_RULE_ID
          Property indicating the unique identifier of the alert rule that generated this alert.
static java.lang.String ALERT_RULE_NAME
          Property indicating the name of alert rule that generated this alert.
static java.lang.String ALERT_SEVERITY
          Since OSB release 2.6.
static java.lang.String ALERT_SUMMARY
          The short summary for the alert entered by the user.
static java.lang.String ALERT_TIMESTAMP
          The time at which the aert rule was generated.
static java.lang.String DOMAIN_NAME
          The name of the domain that triggered this alert.
static java.lang.String SERVER_NAME
          The name of the managed server that triggered this alert.
static java.lang.String SERVICE_NAME
          Property indicating the fully-qualified name of Service that generated the alert.

 

Field Detail

SERVICE_NAME

static final java.lang.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 java.lang.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 java.lang.String ALERT_RULE_ID
Property indicating the unique identifier of the alert rule that generated this alert.
See Also:
Constant Field Values

ALERT_SEVERITY

static final java.lang.String ALERT_SEVERITY
Since OSB release 2.6. Replaces the ALERT_SEVERITY_HEADER. Property indicating the severity of the generated alert.
See Also:
Constant Field Values

ALERT_TIMESTAMP

static final java.lang.String ALERT_TIMESTAMP
The time at which the aert rule was generated.
See Also:
Constant Field Values

ALERT_SUMMARY

static final java.lang.String ALERT_SUMMARY
The short summary for the alert entered by the user.
See Also:
Constant Field Values

SERVER_NAME

static final java.lang.String SERVER_NAME
The name of the managed server that triggered this alert.
See Also:
Constant Field Values

DOMAIN_NAME

static final java.lang.String DOMAIN_NAME
The name of the domain that triggered this alert.
See Also:
Constant Field Values

ALERT_DESTINATION

static final java.lang.String ALERT_DESTINATION
The name of the Alert Destination resource.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.