com.bankframe.services.trace
Interface TimingPointAnalyzer

All Known Implementing Classes:
DefaultTimingPointAnalyzer, NullTimingPointAnalyzer

public interface TimingPointAnalyzer


Method Summary
 void analyse(TimingPoint tp)
          This method is used to analyse a timing point.
 

Method Detail

analyse

public void analyse(TimingPoint tp)
This method is used to analyse a timing point. The util class will call this method of an implementing class to allow some additional custom analysis to be done

Parameters:
tp - the timing point to analyse


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