Kieker 1.7

kieker.monitoring.core
Interface IMonitoringRecordReceiver

All Known Subinterfaces:
IMonitoringController, IMonitoringWriter, IWriterController
All Known Implementing Classes:
AbstractAsyncFSWriter, AbstractAsyncWriter, AbstractAsyncZipWriter, AbstractMonitoringWriter, AsyncAsciiZipWriter, AsyncBinaryFsWriter, AsyncBinaryZipWriter, AsyncDbWriter, AsyncFsWriter, AsyncJMSWriter, DummyWriter, JMXWriter, MonitoringController, PipeWriter, PrintStreamWriter, SyncDbWriter, SyncFsWriter, WriterController

public interface IMonitoringRecordReceiver

Since:
1.5
Author:
Andre van Hoorn

Method Summary
 boolean newMonitoringRecord(IMonitoringRecord record)
          Called for each new record.
 

Method Detail

newMonitoringRecord

boolean newMonitoringRecord(IMonitoringRecord record)
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.
Since:
1.5

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net