Uses of Class
com.bankframe.services.trace.TimingPoint

Packages that use TimingPoint
com.bankframe.services.trace   
 

Uses of TimingPoint in com.bankframe.services.trace
 

Subclasses of TimingPoint in com.bankframe.services.trace
 class NullTimingPoint
           
 

Fields in com.bankframe.services.trace declared as TimingPoint
static TimingPoint[] TimingPointUtil.buffer
          The buffer that holds each timing point
 

Methods in com.bankframe.services.trace that return TimingPoint
 TimingPoint DefaultTimingPointFactory.configureTimingPoint(TimingPointProperties properties)
           
static TimingPoint TimingPointFactory.getTimingPoint(TimingPointProperties properties)
          This method gets a TimingPoint instance for the specified TimingPointProperties
static TimingPoint MCATimingPoint.newInstance(String name, String subsystem, String typeString, Object request)
          This method creates a TimingPoint using the specified parameters, it delegates the task of instantiating the TimingPoint class to TimingPointFactory.
 

Methods in com.bankframe.services.trace with parameters of type TimingPoint
 void DefaultTimingPointAnalyzer.analyse(TimingPoint tp)
          This method is a just logs the Timing point to the log.
 void TimingPointAnalyzer.analyse(TimingPoint tp)
          This method is used to analyse a timing point.
 void NullTimingPointAnalyzer.analyse(TimingPoint tp)
          This method does nothing.
static void TimingPointUtil.record(TimingPoint tp)
          This method will recored a given timing point by adding it to the internal buffer
 



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