Package com.ibm.ffdc.config
Interfaces for key FFDC Extension points.
See:
Interface Summary
| Interface | Description |
|---|---|
| DataCollector | Data collectors can be provided to capture additional data based on the execution context. |
| Formattable | This interface specifies how a class can customize the display of its instances within an ffdc incident report. |
| Formatter | Formatters are helpers capable to format other objects for FFDC purposes. |
| IncidentForwarder | The incident forwarder is invoked after an incident is logged by ffdc. |
| IncidentStream | Ffdc incidents may capture data elements to be reported. |
| IncidentStream.Writer<T extends OutputStream> | Custom formatters or formattable implementations can use this interface to access the output stream used by the incident stream. |
Class Summary
| Class | Description |
|---|---|
| FfdcConfigurator | FfdcConfigurator is used for the programmatic registration or deregistration of FFDC extensions such as DataCollector and Formatter in a J2SE environment. |
Package com.ibm.ffdc.config Description
Interfaces for key FFDC Extension points.
Version:
1.0.0