public class VarianceLoadStrategy extends AbstractLoadStrategy
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VarianceLoadStrategy.FactoryFactory for VarianceLoadStrategy class | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | STRATEGY_TYPE | 
CONFIGURATION_PROPERTY| Constructor and Description | 
|---|
| VarianceLoadStrategy(WsdlLoadTest loadTest) | 
| VarianceLoadStrategy(org.apache.xmlbeans.XmlObject config,
                    WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterLoadTest(LoadTestRunner testRunner,
             LoadTestRunContext context)Called after the execution of a loadtest when all threads have terminated | 
| boolean | allowThreadCountChangeDuringRun() | 
| void | beforeLoadTest(LoadTestRunner loadTestRunner,
              LoadTestRunContext context)Called before a load-test is about to be run | 
| org.apache.xmlbeans.XmlObject | getConfig() | 
| JComponent | getConfigurationPanel() | 
| long | getInterval() | 
| float | getVariance() | 
| void | recalculate(LoadTestRunner loadTestRunner,
           LoadTestRunContext context) | 
addConfigurationChangeListener, afterTestCase, afterTestStep, beforeTestCase, beforeTestStep, getLoadTest, getType, loadTestStarted, loadTestStopped, notifyConfigurationChanged, removeConfigurationChangeListener, updateConfigpublic static final String STRATEGY_TYPE
public VarianceLoadStrategy(WsdlLoadTest loadTest)
public VarianceLoadStrategy(org.apache.xmlbeans.XmlObject config,
                            WsdlLoadTest loadTest)
public JComponent getConfigurationPanel()
getConfigurationPanel in interface LoadStrategygetConfigurationPanel in class AbstractLoadStrategypublic org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface LoadStrategygetConfig in class AbstractLoadStrategypublic void beforeLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerbeforeLoadTest in interface LoadTestRunListenerbeforeLoadTest in class AbstractLoadStrategypublic void recalculate(LoadTestRunner loadTestRunner, LoadTestRunContext context)
recalculate in interface LoadStrategyrecalculate in class AbstractLoadStrategypublic void afterLoadTest(LoadTestRunner testRunner, LoadTestRunContext context)
LoadTestRunListenerafterLoadTest in interface LoadTestRunListenerafterLoadTest in class AbstractLoadStrategypublic boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun in interface LoadStrategyallowThreadCountChangeDuringRun in class AbstractLoadStrategypublic long getInterval()
public float getVariance()
Copyright © 2019. All Rights Reserved.