public class BurstLoadStrategy extends AbstractLoadStrategy
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BurstLoadStrategy.FactoryFactory for BurstLoadStrategy class | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | STRATEGY_TYPE | 
CONFIGURATION_PROPERTY| Constructor and Description | 
|---|
| BurstLoadStrategy(WsdlLoadTest loadTest) | 
| BurstLoadStrategy(org.apache.xmlbeans.XmlObject config,
                 WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterLoadTest(LoadTestRunner loadTestRunner,
             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() | 
| void | recalculate(LoadTestRunner loadTestRunner,
           LoadTestRunContext context) | 
addConfigurationChangeListener, afterTestCase, afterTestStep, beforeTestCase, beforeTestStep, getLoadTest, getType, loadTestStarted, loadTestStopped, notifyConfigurationChanged, removeConfigurationChangeListener, updateConfigpublic static final String STRATEGY_TYPE
public BurstLoadStrategy(WsdlLoadTest loadTest)
public BurstLoadStrategy(org.apache.xmlbeans.XmlObject config,
                         WsdlLoadTest loadTest)
public 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 loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerafterLoadTest in interface LoadTestRunListenerafterLoadTest in class AbstractLoadStrategypublic JComponent getConfigurationPanel()
getConfigurationPanel in interface LoadStrategygetConfigurationPanel in class AbstractLoadStrategypublic org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface LoadStrategygetConfig in class AbstractLoadStrategypublic boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun in interface LoadStrategyallowThreadCountChangeDuringRun in class AbstractLoadStrategyCopyright © 2019. All Rights Reserved.