kieker.monitoring.writer.jmx
Class JMXWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.jmx.JMXWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
public final class JMXWriter
- extends AbstractMonitoringWriter
- Author:
- Jan Waller
CONFIG_DOMAIN
public static final String CONFIG_DOMAIN
CONFIG_LOGNAME
public static final String CONFIG_LOGNAME
JMXWriter
public JMXWriter(Configuration configuration)
newMonitoringRecord
public boolean newMonitoringRecord(IMonitoringRecord record)
- 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:
record
- the record.
- Returns:
- true on success; false in case of an error.
terminate
public void terminate()
- Description copied from interface:
IMonitoringWriter
- Called by the Monitoring Controller to announce a shutdown of monitoring.
Writers should return as soon as it is safe to terminate Kieker.
Copyright 2012 Kieker Project, http://kieker-monitoring.net>