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

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

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

Subclasses of ConfigurationGenerator in org.rhq.plugins.perftest.scenario
 class SimpleConfigurationGenerator
          Java class for simpleConfigurationGenerator complex type.
 

Fields in org.rhq.plugins.perftest.scenario with type parameters of type ConfigurationGenerator
protected  javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> Resource.pluginConfigurationGenerator
           
 

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

Methods in org.rhq.plugins.perftest.scenario that return types with arguments of type ConfigurationGenerator
 javax.xml.bind.JAXBElement<ConfigurationGenerator> ObjectFactory.createPluginConfigurationGenerator(ConfigurationGenerator value)
          Create an instance of JAXBElement<ConfigurationGenerator>}
 javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> Resource.getPluginConfigurationGenerator()
          Gets the value of the pluginConfigurationGenerator property.
 

Methods in org.rhq.plugins.perftest.scenario with parameters of type ConfigurationGenerator
 javax.xml.bind.JAXBElement<ConfigurationGenerator> ObjectFactory.createPluginConfigurationGenerator(ConfigurationGenerator value)
          Create an instance of JAXBElement<ConfigurationGenerator>}
 

Method parameters in org.rhq.plugins.perftest.scenario with type arguments of type ConfigurationGenerator
 void Resource.setPluginConfigurationGenerator(javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> value)
          Sets the value of the pluginConfigurationGenerator property.
 



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