public final class FFDC
extends java.lang.Object
Constructor and Description |
---|
FFDC() |
Modifier and Type | Method and Description |
---|---|
static boolean |
deregisterDiagnosticModule(java.lang.String packageName)
Deregister a diagnostic module for a package
|
static boolean |
deregisterIncidentForwarder(IncidentForwarder forwarder) |
static java.util.Map<java.lang.String,DiagnosticModule> |
getDiagnosticModuleMap()
Return the map of package names to diagnostic modules
|
static java.util.Set<IncidentForwarder> |
getIncidentForwarders() |
static int |
registerDiagnosticModule(DiagnosticModule diagnosticModule,
java.lang.String packageName)
Register a diagnostic module
|
static boolean |
registerIncidentForwarder(IncidentForwarder forwarder) |
public static int registerDiagnosticModule(DiagnosticModule diagnosticModule, java.lang.String packageName)
diagnosticModule
- The diagnostic module to be registeredpackageName
- The package name with which to registerpublic static boolean deregisterDiagnosticModule(java.lang.String packageName)
packageName
- The package name for which to deregister a diagnostic modulepublic static java.util.Map<java.lang.String,DiagnosticModule> getDiagnosticModuleMap()
public static boolean registerIncidentForwarder(IncidentForwarder forwarder)
public static boolean deregisterIncidentForwarder(IncidentForwarder forwarder)
public static java.util.Set<IncidentForwarder> getIncidentForwarders()