Uses of Class
org.omnaest.utils.time.DurationCapture

Packages that use DurationCapture
org.omnaest.utils.time   
 

Uses of DurationCapture in org.omnaest.utils.time
 

Fields in org.omnaest.utils.time declared as DurationCapture
protected  DurationCapture DurationCaptureTypeFactory.MethodInterceptorDurationCapture.durationCapture
           
 

Fields in org.omnaest.utils.time with type parameters of type DurationCapture
static Class<? extends DurationCapture> DurationCapture.implementationForDurationClass
          Used by the factory method.
 

Methods in org.omnaest.utils.time that return DurationCapture
 DurationCapture DurationCaptureTypeFactory.DurationCaptureAware.getDurationCapture()
          Returns the underlying DurationCapture instance which measures the time of method calls.
static DurationCapture DurationCapture.newInstance()
          Creates a new instance of this class.
 DurationCapture DurationCapture.startTimeMeasurement()
          Starts the measurement of time.
 DurationCapture DurationCapture.startTimeMeasurement(Object intervalKey)
          Starts the time measurement which will relate to the given key.
 DurationCapture DurationCapture.stopTimeMeasurement()
          Stops the measurement of the time for the default DurationCapture.Interval.
 DurationCapture DurationCapture.stopTimeMeasurement(Object intervalKey)
          Stops the time measurement for the respective DurationCapture.Interval.
 



Copyright © 2011. All Rights Reserved.