| Interface | Description |
|---|---|
| DiagnosticCollectionCallback | |
| DiagnosticEvent |
The
DiagnosticEvent interface is an interface that must be implemented by any class
that wants to use the DiagnosticProvider infrastructure. |
| DiagnosticProvider |
Interface to be implemented by all components or sub-components who will use the
current Serviceability infrastructure.
|
| Class | Description |
|---|---|
| CommonBaseEventDiagnosticEventFactory |
The
DiagnosticEventFactory class facilitates the creation of DiagnosticEvents
(specifically CommonBaseEventDiagnosticEventImpl objects. |
| DiagnosticConfig |
The
DiagnosticConfig class is used to store DiagnosticProvider
scoped StateCollectionSpec information. |
| DiagnosticConfigHome |
The
DiagnosticConfigHome class maintains the StateCollectionSpec for
the DiagnosticProviders in separate DiagnosticConfig objects. |
| DiagnosticEventFactory |
The
DiagnosticFactory class provides a simple means for DiagnosticProviders in
the DiagnosticProvider infrastructure to create DiagnosticEvents with artifacts that they have created. |
| DiagnosticProviderHelper |
The
DiagnosticProviderHelper class provides numerous methods used by
implementers of the DiagnosticProvider interface to simplify and commonize
implementation of that interface. |
| DiagnosticTypedValue |
Special class for storing typed data in the HashMaps used by DiagnosticProviders.
|