|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectperformancemonster.analyzer.LogAnalyzer
public class LogAnalyzer
Constructor Summary | |
---|---|
LogAnalyzer()
|
Method Summary | |
---|---|
java.util.List<performancemonster.presentation.overview.impl.GraphElement> |
analyzeLogs()
Runs through all the gathered LoggingEvents, pairs up beginning and ending LoggingEvents, and produces a list of GraphElement objects. |
void |
clear()
Clears the underlying list of LoggingEvents. |
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()
Method Detail |
---|
public void receiveLogMessage(LogMessage message)
receiveLogMessage
in interface LogListener
public void clear()
public java.util.List<performancemonster.presentation.overview.impl.GraphElement> analyzeLogs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |