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 java.io.OutputStream> |
Custom formatters or formattable implementations can use this interface to access
the output stream used by the incident stream.
|
Class | Description |
---|---|
FfdcConfigurator |
FfdcConfigurator is used for the programmatic registration or deregistration of FFDC extensions such as DataCollector and Formatter in a J2SE environment.
|
Interfaces for key FFDC Extension points.