public class ADFDumpUtility
extends java.lang.Object
Constructor and Description |
---|
ADFDumpUtility() |
Modifier and Type | Method and Description |
---|---|
static ADFDiagnosticsIncident |
createADFRequestDump() |
static ADFDiagnosticsIncident |
createADFRequestDump(java.lang.String ECID) |
static ADFDiagnosticsIncident |
createADFRequestDump(java.lang.String[] ECIDs) |
static ADFDiagnosticsIncident |
createADFRequestDumpLightWeight(java.lang.String[] ECIDs) |
static java.lang.String |
createADFRequestDumps(java.lang.String[] ECIDs) |
static oracle.dfw.incident.Incident |
createDFWIncident(java.lang.Throwable e,
java.lang.String description,
java.lang.String component,
boolean executeAllDumps,
oracle.dfw.dump.ComponentDiagnosticDump dump) |
static void |
createIncident(java.lang.Exception e)
Helper for ADFServerPlatformSupport.
|
static void |
createIncident(java.lang.Throwable e,
java.lang.String description,
java.lang.String component,
oracle.dfw.dump.ComponentDiagnosticDump dump)
Create a diagnostics incident which includes all the passed in dumps as
well as all the pre-registered system diagnostic dumps.
|
static void |
createLightweightIncident(java.lang.Throwable e,
java.lang.String description,
java.lang.String component,
oracle.dfw.dump.ComponentDiagnosticDump dump)
Create a lightweight diagnostics incident which includes the passed in
dumps.
|
static oracle.dfw.incident.IncidentFacts |
createManualIncident(java.lang.Throwable e,
java.lang.String description,
java.lang.String component,
oracle.dfw.dump.ComponentDiagnosticDump dump)
Create a diagnostics incident which includes all the passed in dumps as
well as all the pre-registered system diagnostic dumps.
|
static oracle.dfw.incident.IncidentFacts |
createManualLightweightIncident(java.lang.Throwable e,
java.lang.String description,
java.lang.String component,
oracle.dfw.dump.ComponentDiagnosticDump dump)
Create a lightweight diagnostics incident which includes the passed in
dumps.
|
static java.lang.String |
getADFRequestECID() |
static oracle.dfw.framework.DiagnosticsFramework |
getDiagnosticsFramework()
Get the diagnostics framework.
|
static java.lang.String |
getProperty(java.lang.String prop) |
public static oracle.dfw.incident.IncidentFacts createManualIncident(java.lang.Throwable e, java.lang.String description, java.lang.String component, oracle.dfw.dump.ComponentDiagnosticDump dump)
e
- the Exception associated with the incidentdescription
- of the cause of the incidentcomponent
- where the cause exception originateddump
- the extra dump to be executed for this incidentpublic static void createIncident(java.lang.Throwable e, java.lang.String description, java.lang.String component, oracle.dfw.dump.ComponentDiagnosticDump dump)
e
- the Exception associated with the incidentdescription
- of the cause of the incidentcomponent
- where the cause exception originateddump
- the extra dump to be executed for this incidentpublic static void createIncident(java.lang.Exception e)
e
- exception to createpublic static oracle.dfw.incident.IncidentFacts createManualLightweightIncident(java.lang.Throwable e, java.lang.String description, java.lang.String component, oracle.dfw.dump.ComponentDiagnosticDump dump)
e
- the Exception associated with the incidentdescription
- of the cause of the incidentcomponent
- where the cause exception originateddump
- the dump to be executed for this incidentpublic static void createLightweightIncident(java.lang.Throwable e, java.lang.String description, java.lang.String component, oracle.dfw.dump.ComponentDiagnosticDump dump)
e
- the Exception associated with the incidentdescription
- of the cause of the incidentcomponent
- where the cause exception originateddump
- the dump to be executed for this incidentpublic static oracle.dfw.incident.Incident createDFWIncident(java.lang.Throwable e, java.lang.String description, java.lang.String component, boolean executeAllDumps, oracle.dfw.dump.ComponentDiagnosticDump dump)
public static ADFDiagnosticsIncident createADFRequestDump() throws java.lang.Exception
java.lang.Exception
public static ADFDiagnosticsIncident createADFRequestDump(java.lang.String ECID) throws java.lang.Exception
java.lang.Exception
public static java.lang.String createADFRequestDumps(java.lang.String[] ECIDs) throws java.lang.Exception
java.lang.Exception
public static ADFDiagnosticsIncident createADFRequestDump(java.lang.String[] ECIDs) throws java.lang.Exception
java.lang.Exception
public static ADFDiagnosticsIncident createADFRequestDumpLightWeight(java.lang.String[] ECIDs) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getADFRequestECID()
public static java.lang.String getProperty(java.lang.String prop)
public static oracle.dfw.framework.DiagnosticsFramework getDiagnosticsFramework() throws java.lang.Exception
java.lang.Exception