Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 and Description
      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 
      Modifier and Type Method and Description
      static int FFDC.registerDiagnosticModule(DiagnosticModule diagnosticModule, java.lang.String packageName)
      Register a diagnostic module
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes