com.bankframe.services.trace
Class NullTimingPointAnalyzer

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

public class NullTimingPointAnalyzer
extends java.lang.Object
implements TimingPointAnalyzer


Constructor Summary
NullTimingPointAnalyzer()
           
 
Method Summary
 void analyse(TimingPoint tp)
          This method does nothing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTimingPointAnalyzer

public NullTimingPointAnalyzer()
Method Detail

analyse

public void analyse(TimingPoint tp)
This method does nothing. Override this for a custom analyzer

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


Copyright © 2004 Siebel Systems, Inc. All rights reserved.