com.eviware.soapui.impl.wsdl.loadtest.strategy
Interface LoadStrategy
- All Superinterfaces:
- LoadTestRunListener
- All Known Implementing Classes:
- AbstractLoadStrategy, BurstLoadStrategy, SimpleLoadStrategy, ThreadCountChangeLoadStrategy, VarianceLoadStrategy
public interface LoadStrategy
- extends LoadTestRunListener
Strategy used by WsdlLoadTest for controlling requests in each thread
- Author:
- Ole.Matzura
CONFIGURATION_PROPERTY
static final java.lang.String CONFIGURATION_PROPERTY
- See Also:
- Constant Field Values
addConfigurationChangeListener
void addConfigurationChangeListener(java.beans.PropertyChangeListener listener)
removeConfigurationChangeListener
void removeConfigurationChangeListener(java.beans.PropertyChangeListener listener)
getConfig
org.apache.xmlbeans.XmlObject getConfig()
getType
java.lang.String getType()
getConfigurationPanel
javax.swing.JComponent getConfigurationPanel()
updateConfig
void updateConfig(org.apache.xmlbeans.XmlObject config)
allowThreadCountChangeDuringRun
boolean allowThreadCountChangeDuringRun()
recalculate
void recalculate(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
Copyright © 2005-2010 eviware.com. All Rights Reserved.