Uses of Class
com.ibm.ws.ffdc.DiagnosticModule
-
Packages that use DiagnosticModule 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 DiagnosticModule in com.ibm.ws.ffdc
Methods in com.ibm.ws.ffdc that return types with arguments of type DiagnosticModule Modifier and Type Method Description static java.util.Map<java.lang.String,DiagnosticModule>
FFDC. getDiagnosticModuleMap()
Return the map of package names to diagnostic modulesMethods in com.ibm.ws.ffdc with parameters of type DiagnosticModule Modifier and Type Method Description static int
FFDC. registerDiagnosticModule(DiagnosticModule diagnosticModule, java.lang.String packageName)
Register a diagnostic module
-