Uses of Interface
com.eviware.soapui.model.testsuite.LoadTestRunListener

Packages that use LoadTestRunListener
com.eviware.soapui.impl.wsdl.loadtest LoadTest-related classes 
com.eviware.soapui.impl.wsdl.loadtest.strategy LoadTest Strategies 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.tools SoapUI command-line tools 
 

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

Methods in com.eviware.soapui.impl.wsdl.loadtest that return LoadTestRunListener
 LoadTestRunListener[] WsdlLoadTest.getLoadTestRunListeners()
           
 

Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type LoadTestRunListener
 void WsdlLoadTest.addLoadTestRunListener(LoadTestRunListener listener)
           
 void WsdlLoadTest.removeLoadTestRunListener(LoadTestRunListener listener)
           
 

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

Subinterfaces of LoadTestRunListener in com.eviware.soapui.impl.wsdl.loadtest.strategy
 interface LoadStrategy
          Strategy used by WsdlLoadTest for controlling requests in each thread
 

Classes in com.eviware.soapui.impl.wsdl.loadtest.strategy that implement LoadTestRunListener
 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
 

Uses of LoadTestRunListener in com.eviware.soapui.model.support
 

Classes in com.eviware.soapui.model.support that implement LoadTestRunListener
 class LoadTestRunListenerAdapter
          Adapter for LoadTestRunListener implementations
 

Uses of LoadTestRunListener in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite with parameters of type LoadTestRunListener
 void LoadTest.addLoadTestRunListener(LoadTestRunListener listener)
           
 void LoadTest.removeLoadTestRunListener(LoadTestRunListener listener)
           
 

Uses of LoadTestRunListener in com.eviware.soapui.tools
 

Classes in com.eviware.soapui.tools that implement LoadTestRunListener
 class SoapUILoadTestRunner
          Standalone test-runner used from maven-plugin, can also be used from command-line (see xdocs) or directly from other classes.
 



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