Kieker 1.12

kieker.common.namedRecordPipe
Interface IPipeReader

All Known Implementing Classes:
PipeReader

public interface IPipeReader

This is a simple interface for a reader that works on a pipe.

Since:
1.3
Author:
Andre van Hoorn

Method Summary
 boolean newMonitoringRecord(IMonitoringRecord record)
          Called for each new record.
 void notifyPipeClosed()
          Called to notify the reader that the pipe is closed.
 

Method Detail

notifyPipeClosed

void notifyPipeClosed()
Called to notify the reader that the pipe is closed.

Since:
1.3

newMonitoringRecord

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

Parameters:
record - the record.
Returns:
true on success; false in case of an error.
Since:
1.5

Kieker 1.12

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