public class VarianceLoadStrategy extends AbstractLoadStrategy
Modifier and Type | Class and Description |
---|---|
static class |
VarianceLoadStrategy.Factory
Factory 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, updateConfig
public static final String STRATEGY_TYPE
public VarianceLoadStrategy(WsdlLoadTest loadTest)
public VarianceLoadStrategy(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
public JComponent getConfigurationPanel()
getConfigurationPanel
in interface LoadStrategy
getConfigurationPanel
in class AbstractLoadStrategy
public org.apache.xmlbeans.XmlObject getConfig()
getConfig
in interface LoadStrategy
getConfig
in class AbstractLoadStrategy
public void beforeLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListener
beforeLoadTest
in interface LoadTestRunListener
beforeLoadTest
in class AbstractLoadStrategy
public void recalculate(LoadTestRunner loadTestRunner, LoadTestRunContext context)
recalculate
in interface LoadStrategy
recalculate
in class AbstractLoadStrategy
public void afterLoadTest(LoadTestRunner testRunner, LoadTestRunContext context)
LoadTestRunListener
afterLoadTest
in interface LoadTestRunListener
afterLoadTest
in class AbstractLoadStrategy
public boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun
in interface LoadStrategy
allowThreadCountChangeDuringRun
in class AbstractLoadStrategy
public long getInterval()
public float getVariance()
Copyright © 2019. All Rights Reserved.