Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.application.measurement
Class AbstractApplicationMeasurementMethod

java.lang.Object
  |
  +--jmt.measurement.AbstractMeasurementMethod
        |
        +--jmt.application.measurement.AbstractApplicationMeasurementMethod
All Implemented Interfaces:
ApplicationMeasurementMethod, MeasurementMethod

public abstract class AbstractApplicationMeasurementMethod
extends AbstractMeasurementMethod
implements ApplicationMeasurementMethod

Implements the ApplicationMeasurementMethod while extending the AbstractMeasurementMethod of the jmt.measurement package to allow caching of measurement results.


Constructor Summary
AbstractApplicationMeasurementMethod(RankingStrategy strategy, boolean toCache)
          Constructs the instance.
 
Methods inherited from class jmt.measurement.AbstractMeasurementMethod
getResult, isMeasureable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jmt.application.measurement.ApplicationMeasurementMethod
getDescription, getName, getShortcutName
 
Methods inherited from interface jmt.measurement.MeasurementMethod
getResult, isMeasureable
 

Constructor Detail

AbstractApplicationMeasurementMethod

public AbstractApplicationMeasurementMethod(RankingStrategy strategy,
                                            boolean toCache)
Constructs the instance.

Parameters:
strategy - The strategy to use for ranking
toCache - If true the results may be cached