Kieker 1.6

kieker.analysis.plugin.reader
Interface IReaderPlugin

All Known Implementing Classes:
AbstractReaderPlugin, DbReader, FSReader, JMSReader, JMXReader, ListReader, PipeReader

public interface IReaderPlugin

Author:
Andre van Hoorn

Method Summary
 boolean read()
          Starts the reader.
 

Method Detail

read

boolean read()
Starts the reader. This method is intended to be a blocking operation, i.e., it is assumed that reading has finished before this method returns. The method should indicate an error by the return value false. In asynchronous scenarios, the IPlugin.terminate(boolean) method can be used to initiate the termination of this method.

Returns:
true if reading was successful; false if an error occurred

Kieker 1.6

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