Uses of Interface
com.ibm.ws.ffdc.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.ffdcMethods in com.ibm.ws.ffdc with parameters of type IncidentStream Modifier and Type Method Description booleanDiagnosticModule. 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 incidentvoidDiagnosticModule. 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
 
-