kieker.analysis
Class AnalysisController
java.lang.Object
kieker.analysis.AnalysisController
public class AnalysisController
- extends Object
2010-03-06 Matthias:
Added exception handling for the case that the log reader is missing.
(I had lot of pain because of this).
2010-03-04 Andre: Release of Kieker 1.1
TODOs:
- In the context of realizing a event driven architecture for the model
synthesis layer, it makes sense to refactor the KiekerRecordConsumers to
KiekerRecordFilters. Consumers are only about how data goes in - but we
also have now a concept what should happen if the data goes out: its
again a publisher, to which other filters or plugins can subscribe to.
- Author:
- Andre van Hoorn, Matthias Rohr
AnalysisController
public AnalysisController()
run
public void run()
throws MonitoringLogReaderException,
MonitoringRecordConsumerException
- Throws:
MonitoringLogReaderException
MonitoringRecordConsumerException
setLogReader
public void setLogReader(IMonitoringLogReader reader)
registerPlugin
public void registerPlugin(IAnalysisPlugin plugin)
- Registers the passed plugin c. If c is an
instance of the interface IMonitoringRecordConsumerPlugin
it is also registered as a record consumer.
Copyright 2010 the Kieker Project, http://kieker.sourceforge.net>