Kieker 1.2

kieker.common.record
Interface IMonitoringRecordReceiver

All Known Subinterfaces:
IMonitoringLogWriter, IMonitoringRecordConsumerPlugin
All Known Implementing Classes:
AsyncDbWriter, AsyncFsWriter, AsyncJMSWriter, BriefJavaFxInformer, DummyRecordConsumer, ExecutionRecordTransformationFilter, MonitoringController, MonitoringRecordTypeLogger, RealtimeReplayDistributor, SyncDbWriter, SyncFsWriter

public interface IMonitoringRecordReceiver

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.

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net