Uses of Interface
net.sf.sensor.SensorStatistics

Packages that use SensorStatistics
net.sf.sensor.filter   
net.sf.sensor.timer This package provides support for measuring the time it takes for a piece of code to complete. 
 

Uses of SensorStatistics in net.sf.sensor.filter
 

Methods in net.sf.sensor.filter with parameters of type SensorStatistics
protected  boolean SensorStatisticsFilter.acceptStatistics(SensorStatistics statistics)
          Method that checks whether a single instance of SensorStatistics matches all currently activated filter criteria.
protected  boolean SensorStatisticsFilter.matchesIdExpression(SensorStatistics statistics)
          Filter that applies the ID filter expression (if it has been set) to the id property of the specified SensorStatistics.
protected  boolean SensorStatisticsFilter.matchesLabels(SensorStatistics statistics)
          Filter that applies the label filter (if it has been set) to the labels property of the specified SensorStatistics.
 

Uses of SensorStatistics in net.sf.sensor.timer
 

Classes in net.sf.sensor.timer that implement SensorStatistics
 class TimerStatistics
          Thread-safe, refreshable snapshot view to the internally managed TimerData representing the timing values as they were when the TimerStatistics.refresh() method was last called.
 



Copyright © 2005-2006 SourceForge. All Rights Reserved.