org.rhq.plugins.perftest.measurement
Class OOBNumericMeasurementFactory

java.lang.Object
  extended by org.rhq.plugins.perftest.measurement.OOBNumericMeasurementFactory
All Implemented Interfaces:
MeasurementFactory

public class OOBNumericMeasurementFactory
extends Object
implements MeasurementFactory

Generates measurement values, using a step function which repeats every 7days

Author:
Charles Crouch

Constructor Summary
OOBNumericMeasurementFactory()
           
 
Method Summary
 MeasurementData nextValue(MeasurementScheduleRequest request)
          Returns a measurement data value for the specified measurement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOBNumericMeasurementFactory

public OOBNumericMeasurementFactory()
Method Detail

nextValue

public MeasurementData nextValue(MeasurementScheduleRequest request)
Description copied from interface: MeasurementFactory
Returns a measurement data value for the specified measurement. The actual generation of the next value is dependent on the implementation of this interface.

Specified by:
nextValue in interface MeasurementFactory
Parameters:
request - describes which measurement is being calculated
Returns:
next measurement data point


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.