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
static TimingPoint MCATimingPoint.newInstance(java.lang.String name, java.lang.String subsystem, java.lang.String typeString, java.lang.Object request)
          This method creates a TimingPoint using the specified parameters, it delegates the task of instantiating the TimingPoint class to TimingPointFactory.
static TimingPoint TimingPointFactory.getTimingPoint(TimingPointProperties properties)
          This method gets a TimingPoint instance for the specified TimingPointProperties
 TimingPoint DefaultTimingPointFactory.configureTimingPoint(TimingPointProperties properties)
           
 

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.
static void TimingPointUtil.record(TimingPoint tp)
          This method will recored a given timing point by adding it to the internal buffer
 void NullTimingPointAnalyzer.analyse(TimingPoint tp)
          This method does nothing.
 



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