Uses of Interface
com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategy

Packages that use LoadStrategy
com.eviware.soapui.impl.wsdl.loadtest LoadTest-related classes 
com.eviware.soapui.impl.wsdl.loadtest.strategy LoadTest Strategies 
 

Uses of LoadStrategy in com.eviware.soapui.impl.wsdl.loadtest
 

Methods in com.eviware.soapui.impl.wsdl.loadtest that return LoadStrategy
 LoadStrategy WsdlLoadTest.getLoadStrategy()
           
 

Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type LoadStrategy
 void WsdlLoadTest.setLoadStrategy(LoadStrategy loadStrategy)
           
 

Uses of LoadStrategy in com.eviware.soapui.impl.wsdl.loadtest.strategy
 

Classes in com.eviware.soapui.impl.wsdl.loadtest.strategy that implement LoadStrategy
 class AbstractLoadStrategy
          LoadStrategy allowing maximum runs and request delays
 class BurstLoadStrategy
          Burst LoadStrategy that pauses for a certain amount of time
 class SimpleLoadStrategy
          LoadStrategy allowing maximum runs and request delays
 class ThreadCountChangeLoadStrategy
          LoadStrategy allowing maximum runs and request delays
 class VarianceLoadStrategy
          Simple LoadStrategy that just runs until canceled without any delays
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.strategy that return LoadStrategy
 LoadStrategy VarianceLoadStrategy.Factory.build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy ThreadCountChangeLoadStrategy.Factory.build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy SimpleLoadStrategy.Factory.build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy LoadStrategyFactory.build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy BurstLoadStrategy.Factory.build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy VarianceLoadStrategy.Factory.create(WsdlLoadTest loadTest)
           
 LoadStrategy ThreadCountChangeLoadStrategy.Factory.create(WsdlLoadTest loadTest)
           
 LoadStrategy SimpleLoadStrategy.Factory.create(WsdlLoadTest loadTest)
           
 LoadStrategy LoadStrategyFactory.create(WsdlLoadTest loadTest)
           
 LoadStrategy BurstLoadStrategy.Factory.create(WsdlLoadTest loadTest)
           
 



Copyright © 2005-2009 eviware.com. All Rights Reserved.