|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMonitoringReader
TODO: refactor analysis readers similar to monitoring writers! See ticket http://samoa.informatik.uni-kiel.de:8000/kieker/ticket/161
| Method Summary | |
|---|---|
void |
addRecordReceiver(IMonitoringRecordReceiver receiver)
Adds the given record receiver. |
boolean |
init(String initString)
Initialize instance from passed initialization string which is typically a list of separated parameter/values pairs. |
boolean |
read()
Starts the reader. |
void |
terminate()
Initiates a termination of the reader. |
| Method Detail |
|---|
boolean init(String initString)
AbstractMonitoringReader includes convenient methods to extract
configuration values from an initString.
initString - the initialization string
void addRecordReceiver(IMonitoringRecordReceiver receiver)
AnalysisController instead.
receiver - the receiverboolean read()
terminate() method can be used
to initiate the termination of this method.
void terminate()
AnalysisController.terminate() instead.
After receiving this notification,
the reader should terminate its read() method.
|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||