Uses of Class
org.rhq.plugins.perftest.scenario.MeasurementGenerator

Packages that use MeasurementGenerator
org.rhq.plugins.perftest.scenario   
 

Uses of MeasurementGenerator in org.rhq.plugins.perftest.scenario
 

Subclasses of MeasurementGenerator in org.rhq.plugins.perftest.scenario
 class OOBNumericMeasurementGenerator
          Java class for OOBNumericMeasurementGenerator complex type.
 class SimpleNumericMeasurementGenerator
          Java class for simpleNumericMeasurementGenerator complex type.
 

Fields in org.rhq.plugins.perftest.scenario with type parameters of type MeasurementGenerator
protected  JAXBElement<? extends MeasurementGenerator> Resource.measurementGenerator
           
 

Methods in org.rhq.plugins.perftest.scenario that return MeasurementGenerator
 MeasurementGenerator ObjectFactory.createMeasurementGenerator()
          Create an instance of MeasurementGenerator
 

Methods in org.rhq.plugins.perftest.scenario that return types with arguments of type MeasurementGenerator
 JAXBElement<MeasurementGenerator> ObjectFactory.createMeasurementGenerator(MeasurementGenerator value)
          Create an instance of JAXBElement<MeasurementGenerator>}
 JAXBElement<? extends MeasurementGenerator> Resource.getMeasurementGenerator()
          Gets the value of the measurementGenerator property.
 

Methods in org.rhq.plugins.perftest.scenario with parameters of type MeasurementGenerator
 JAXBElement<MeasurementGenerator> ObjectFactory.createMeasurementGenerator(MeasurementGenerator value)
          Create an instance of JAXBElement<MeasurementGenerator>}
 

Method parameters in org.rhq.plugins.perftest.scenario with type arguments of type MeasurementGenerator
 void Resource.setMeasurementGenerator(JAXBElement<? extends MeasurementGenerator> value)
          Sets the value of the measurementGenerator property.
 



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