org.rhq.plugins.perftest.calltime
Class SimpleCallTimeDataFactory

java.lang.Object
  extended by org.rhq.plugins.perftest.calltime.SimpleCallTimeDataFactory
All Implemented Interfaces:
CalltimeFactory

public class SimpleCallTimeDataFactory
extends Object
implements CalltimeFactory

Create CallTime data. This is a very simple implementation that delivers only one item per call. Call url is /base/+ <id> where id is the schedule id of the request.

Author:
Heiko W. Rupp

Constructor Summary
SimpleCallTimeDataFactory()
           
 
Method Summary
 CallTimeData nextValue(MeasurementScheduleRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCallTimeDataFactory

public SimpleCallTimeDataFactory()
Method Detail

nextValue

public CallTimeData nextValue(MeasurementScheduleRequest request)
Specified by:
nextValue in interface CalltimeFactory


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