public class AppenderFinalizer
extends java.lang.Object
AppenderFinalizer
has a single method that will finalize
resources associated with a LogBrokerMonitor
in the event
that the LF5Appender
class is destroyed, and the class loader
is garbage collected.Modifier and Type | Field and Description |
---|---|
protected LogBrokerMonitor |
_defaultMonitor |
Constructor and Description |
---|
AppenderFinalizer(LogBrokerMonitor defaultMonitor) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
protected LogBrokerMonitor _defaultMonitor
public AppenderFinalizer(LogBrokerMonitor defaultMonitor)