performancemonster.analyzer
Class LogAnalyzer

java.lang.Object
  extended by performancemonster.analyzer.LogAnalyzer
All Implemented Interfaces:
LogListener

public class LogAnalyzer
extends java.lang.Object
implements LogListener


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

LogAnalyzer

public LogAnalyzer()
Method Detail

receiveLogMessage

public void receiveLogMessage(LogMessage message)
Tells this objects that a new LoggingEvent has been received.

Specified by:
receiveLogMessage in interface LogListener

clear

public void clear()
Clears the underlying list of LoggingEvents.


analyzeLogs

public 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.



Copyright © 2005 Ole Friis. All Rights Reserved.