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

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

LogAnalyzer

public LogAnalyzer(GraphModel model)
Constructs a new LogAnalyzer which will update the given GraphModel as events are sent to this LogAnalyzer.

Parameters:
model - The GraphModel to update.
Method Detail

receiveLogMessage

public void receiveLogMessage(LogMessage message)
Tells this objects that a new LoggingEvent has been received. Will update the underlying GraphModel.

Specified by:
receiveLogMessage in interface LogListener


Copyright © 2005 Ole Friis. All Rights Reserved.