Package kieker.monitoring.writer.jmx
Class JmxWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.jmx.JmxWriter
public class JmxWriter extends AbstractMonitoringWriter
- Since:
- 1.4
- Author:
- Jan Waller, Christian Wulf
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_DOMAINstatic java.lang.StringCONFIG_LOGNAME -
Constructor Summary
Constructors Constructor Description JmxWriter(Configuration configuration) -
Method Summary
Modifier and Type Method Description voidonStarting()This event fires when Kieker has been initialized and is ready to monitor.voidonTerminating()This event fires when Kieker has been notified to terminate.voidwriteMonitoringRecord(IMonitoringRecord record)This event fires when Kieker has received a new record.
-
Field Details
-
CONFIG_DOMAIN
public static final java.lang.String CONFIG_DOMAIN -
CONFIG_LOGNAME
public static final java.lang.String CONFIG_LOGNAME
-
-
Constructor Details
-
Method Details
-
onStarting
public void onStarting()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been initialized and is ready to monitor. It is executed by theMonitoringWriterThreadjust before reading the writer queue.- Specified by:
onStartingin classAbstractMonitoringWriter
-
writeMonitoringRecord
Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has received a new record.- Specified by:
writeMonitoringRecordin classAbstractMonitoringWriter
-
onTerminating
public void onTerminating()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been notified to terminate. It is executed by theMonitoringWriterThreadjust after finishing the writer queue.- Specified by:
onTerminatingin classAbstractMonitoringWriter
-