|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectperformancemonster.analyzer.LogAnalyzer
public class LogAnalyzer
Class that receives "beginning events" and "ending events" and updates a
given GraphModel
.
Constructor Summary | |
---|---|
LogAnalyzer(GraphModel model)
Constructs a new LogAnalyzer which will update the given GraphModel
as events are sent to this LogAnalyzer. |
Method Summary | |
---|---|
void |
receiveLogMessage(LogMessage message)
Tells this objects that a new LoggingEvent has been received. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogAnalyzer(GraphModel model)
GraphModel
as events are sent to this LogAnalyzer.
model
- The GraphModel
to update.Method Detail |
---|
public void receiveLogMessage(LogMessage message)
GraphModel
.
receiveLogMessage
in interface LogListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |