|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.AnalysisController
public class AnalysisController
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.
Constructor Summary | |
---|---|
AnalysisController()
|
Method Summary | |
---|---|
void |
registerPlugin(IAnalysisPlugin plugin)
Registers the passed plug-in c. |
boolean |
run()
Starts an AnalysisController instance and returns after the
configured reader finished reading and all analysis plug-ins terminated;
or immediately, if an error occurs. |
void |
setReader(IMonitoringReader reader)
Sets the log reader used as the source for monitoring records. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisController()
Method Detail |
---|
public boolean run()
AnalysisController
instance and returns after the
configured reader finished reading and all analysis plug-ins terminated;
or immediately, if an error occurs.
public void setReader(IMonitoringReader reader)
reader
- public void registerPlugin(IAnalysisPlugin plugin)
|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |