com.bankframe.services.trace
Class DefaultTimingPointAnalyzer

java.lang.Object
  extended bycom.bankframe.services.trace.DefaultTimingPointAnalyzer
All Implemented Interfaces:
TimingPointAnalyzer

public class DefaultTimingPointAnalyzer
extends java.lang.Object
implements TimingPointAnalyzer


Constructor Summary
DefaultTimingPointAnalyzer()
           
 
Method Summary
 void analyse(TimingPoint tp)
          This method is a just logs the Timing point to the log.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTimingPointAnalyzer

public DefaultTimingPointAnalyzer()
Method Detail

analyse

public void analyse(TimingPoint tp)
This method is a just logs the Timing point to the log. Override this for a custom analyzer

Specified by:
analyse in interface TimingPointAnalyzer
Parameters:
tp - the timing point to analyze


Copyright © 2005, 2007, Oracle. All rights reserved.