Package | Description |
---|---|
com.ibm.ws.ffdc |
This package provides facilities to write first failure data capture (FFDC) records
to assist in debugging problems.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DiagnosticModule.dumpComponentData(java.lang.String[] input_directives,
java.lang.Throwable ex,
IncidentStream ffdcis,
java.lang.Object callerThis,
java.lang.Object[] catcherObjects,
java.lang.String sourceId,
java.lang.String[] callStack)
This method is invoked to instruct the diagnostic module to capture all
relevant information that it has about a particular incident
|
void |
DiagnosticModule.getDataForDirectives(java.lang.String[] directives,
java.lang.Throwable ex,
IncidentStream ffdcis,
java.lang.Object callerThis,
java.lang.Object[] catcherObjects,
java.lang.String sourceId)
Invoke all the ffdcdump methods for a set of directives
|