com.ibm.ws.ffdc

Class FFDC

  1. java.lang.Object
  2. extended bycom.ibm.ws.ffdc.FFDC

  1. public final class FFDC
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
FFDC()

Method Summary

Modifier and Type Method and Description
  1. static
  2. boolean
deregisterDiagnosticModule(java.lang.String packageName)
Deregister a diagnostic module for a package
  1. static
  2. boolean
deregisterIncidentForwarder(IncidentForwarder forwarder)
  1. static
  2. java.util.Map<java.lang.String,DiagnosticModule>
getDiagnosticModuleMap()
Return the map of package names to diagnostic modules
  1. static
  2. java.util.Set<IncidentForwarder>
getIncidentForwarders()
  1. static
  2. int
registerDiagnosticModule(DiagnosticModule diagnosticModule,java.lang.String packageName)
Register a diagnostic module
  1. static
  2. boolean
registerIncidentForwarder(IncidentForwarder forwarder)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

FFDC

  1. public FFDC()

Method Detail

registerDiagnosticModule

  1. public static int registerDiagnosticModule( DiagnosticModule diagnosticModule,
  2. java.lang.String packageName)
Register a diagnostic module
Parameters:
diagnosticModule - The diagnostic module to be registered
packageName - The package name with which to register
Returns:
0 if the diagnostic module is registered 1 if the diagnostic module was already registered 3 if the diagnostic module could not be initialized

deregisterDiagnosticModule

  1. public static boolean deregisterDiagnosticModule( java.lang.String packageName)
Deregister a diagnostic module for a package
Parameters:
packageName - The package name for which to deregister a diagnostic module
Returns:
true if a diagnostic module was registered from the package (and is now not registered), false otherwise

getDiagnosticModuleMap

  1. public static java.util.Map<java.lang.String,DiagnosticModule> getDiagnosticModuleMap( )
Return the map of package names to diagnostic modules
Returns:
Map

registerIncidentForwarder

  1. public static boolean registerIncidentForwarder( IncidentForwarder forwarder)

deregisterIncidentForwarder

  1. public static boolean deregisterIncidentForwarder( IncidentForwarder forwarder)

getIncidentForwarders

  1. public static java.util.Set<IncidentForwarder> getIncidentForwarders( )
Returns: