Uses of Class
com.ibm.ws.ffdc.DiagnosticModule

Packages that use DiagnosticModule
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
static java.util.Map<java.lang.String,DiagnosticModule> FFDC.getDiagnosticModuleMap()
          Return the map of package names to diagnostic modules
 

Methods in com.ibm.ws.ffdc with parameters of type DiagnosticModule
static int FFDC.registerDiagnosticModule(DiagnosticModule diagnosticModule, java.lang.String packageName)
          Register a diagnostic module