| Class | Description |
|---|---|
| AbstractJMXManager |
This class manages the relationships between the writer statistics beans
and the JMX server(s) where they should be registered.
|
| AbstractLogWriter<ConfigType extends AbstractWriterConfig<ConfigType>,StatsType extends AbstractWriterStatistics> |
Manages common LogWriter activities.
|
| AbstractMarkerBean |
This class serves as the base "marker bean" for JMX integration: it
implements the MBean interfaces, and acts as a listener for registration
and deregistration notifications.
|
| AbstractWriterConfig<T extends AbstractWriterConfig<T>> |
Holds common configuration; writer-specific config objects are subclasses.
|
| AbstractWriterStatistics |
Base class for writer statistics, providing fields that are used by all
writer implementations.
|
Copyright © 2023. All rights reserved.