Uses of Interface
com.bankframe.services.trace.TimingPointAnalyzer

Packages that use TimingPointAnalyzer
com.bankframe.services.trace   
 

Uses of TimingPointAnalyzer in com.bankframe.services.trace
 

Classes in com.bankframe.services.trace that implement TimingPointAnalyzer
 class DefaultTimingPointAnalyzer
           
 class NullTimingPointAnalyzer
           
 

Fields in com.bankframe.services.trace declared as TimingPointAnalyzer
static TimingPointAnalyzer TimingPointUtil.timingPointAnalyzer
          This class is the class which is used to analyze each timing point
 

Methods in com.bankframe.services.trace that return TimingPointAnalyzer
static TimingPointAnalyzer TimingPointUtil.getAnalyzerClassName()
          This method return the analyser object used to do the custom analysing
 

Methods in com.bankframe.services.trace with parameters of type TimingPointAnalyzer
static void TimingPointUtil.setAnalyzerClassName(TimingPointAnalyzer value)
          This method defines an external analyser class that allows additional processing to be done on the timing point
 



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