Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.log
Interface AppsIncidentInfo


public interface AppsIncidentInfo

Models attributes of an Incident in ADR (Automatic Diagnostics Repository) that is created from Fusion Applications code.

This object is returned by the AppsLogger whenever an incident is created in ADR.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/Logging/Model/src/oracle/apps/fnd/applcore/log/AppsIncidentInfo.java /main/2 2009/08/17 10:56:16 anautiya Exp $
anautiya

Method Summary
 java.lang.String getDomainName()
          Returns the Domain Name.
 java.lang.String getIncidentId()
          Returns the ID for the incident.
 java.lang.String getInstanceId()
          Returns the Instance ID of an instance of the Product where the incident got created.
 java.lang.String getProductId()
          Returns the Product ID.
 java.lang.String getProductType()
          Returns the Product Type.
 java.lang.String getServerName()
          Returns the Server name of the Server where the incident got created.
 

Method Detail

getIncidentId

java.lang.String getIncidentId()
Returns the ID for the incident. This ID is unique only within a single ADR Home

Returns:
the ID for the incident.

getProductType

java.lang.String getProductType()
Returns the Product Type. This is generally just going to be "OFM" for Fusion Middleware.

Returns:
the product type for this incident.

getProductId

java.lang.String getProductId()
Returns the Product ID. For Fusion applications, this is always populated to "fusionapp"

Returns:
the Product ID.

getInstanceId

java.lang.String getInstanceId()
Returns the Instance ID of an instance of the Product where the incident got created. For fusion applications, this is the application name that resulted in creation of incident on Fusion Middleware.

Returns:
the Instance ID.

getDomainName

java.lang.String getDomainName()
Returns the Domain Name. This is normally the WLS Domain Name for the WLS Domain where the incident was created in Fusion Middleware

Returns:
the Domain Name.

getServerName

java.lang.String getServerName()
Returns the Server name of the Server where the incident got created. This is normally the WLS Server Name for the WLS Server where the incident was created in Fusion Middleware.

Returns:
the Server Name.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.