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
 org.rhq.core.domain.measurement.calltime.CallTimeData nextValue(org.rhq.core.domain.measurement.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 org.rhq.core.domain.measurement.calltime.CallTimeData nextValue(org.rhq.core.domain.measurement.MeasurementScheduleRequest request)
Specified by:
nextValue in interface CalltimeFactory


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