com.ibm.ws.ffdc
Uses of Interface IncidentStream
Packages that use IncidentStream
Package | Description |
---|---|
com.ibm.ws.ffdc | This package provides facilities to write first failure data capture (FFDC) records to assist in debugging problems. |
Uses of IncidentStream in com.ibm.ws.ffdc
Modifier and Type | Method and Description |
---|---|
|
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
|
|
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
|