kieker.monitoring.writer
Class AbstractAsyncWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
- Direct Known Subclasses:
- AbstractAsyncFSWriter, AsyncDbWriter, AsyncJMSWriter
public abstract class AbstractAsyncWriter
- extends AbstractMonitoringWriter
- Author:
- Jan Waller
CONFIG_QUEUESIZE
public static final String CONFIG_QUEUESIZE
- See Also:
- Constant Field Values
CONFIG_BEHAVIOR
public static final String CONFIG_BEHAVIOR
- See Also:
- Constant Field Values
CONFIG_SHUTDOWNDELAY
public static final String CONFIG_SHUTDOWNDELAY
- See Also:
- Constant Field Values
terminate
public final void terminate()
- The framework ensures, that this method is called only once!
newMonitoringRecord
public final boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
- Description copied from interface:
IMonitoringRecordReceiver
- Called for each new record.
Notice, that this method should not throw an exception, but indicate an error by the return value false.
- Parameters:
monitoringRecord
- the record.
- Returns:
- true on success; false in case of an error.
toString
public String toString()
- Specified by:
toString
in interface IMonitoringWriter
- Overrides:
toString
in class AbstractMonitoringWriter
Copyright 2012 Kieker Project, http://kieker-monitoring.net>