com.bankframe.services.trace
Class DefaultTimingPointAnalyzer
java.lang.Object
com.bankframe.services.trace.DefaultTimingPointAnalyzer
- All Implemented Interfaces:
- TimingPointAnalyzer
public class DefaultTimingPointAnalyzer
- extends Object
- implements TimingPointAnalyzer
Method Summary |
void |
analyse(TimingPoint tp)
This method is a just logs the Timing point to the log. |
DefaultTimingPointAnalyzer
public DefaultTimingPointAnalyzer()
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.