public abstract class AbstractLoadStrategy extends Object implements LoadStrategy
CONFIGURATION_PROPERTY| Constructor and Description | 
|---|
| AbstractLoadStrategy(String type,
                    WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addConfigurationChangeListener(PropertyChangeListener listener) | 
| void | afterLoadTest(LoadTestRunner loadTestRunner,
             LoadTestRunContext context)Called after the execution of a loadtest when all threads have terminated | 
| void | afterTestCase(LoadTestRunner loadTestRunner,
             LoadTestRunContext context,
             TestCaseRunner testRunner,
             TestCaseRunContext runContext)Called after the execution of a testcase | 
| void | afterTestStep(LoadTestRunner loadTestRunner,
             LoadTestRunContext context,
             TestCaseRunner testRunner,
             TestCaseRunContext runContext,
             TestStepResult testStepResult)Called after the execution of a teststep | 
| boolean | allowThreadCountChangeDuringRun() | 
| void | beforeLoadTest(LoadTestRunner loadTestRunner,
              LoadTestRunContext context)Called before a load-test is about to be run | 
| void | beforeTestCase(LoadTestRunner loadTestRunner,
              LoadTestRunContext context,
              TestCaseRunner testRunner,
              TestCaseRunContext runContext)Called before the execution of a testcase | 
| void | beforeTestStep(LoadTestRunner loadTestRunner,
              LoadTestRunContext context,
              TestCaseRunner testRunner,
              TestCaseRunContext runContext,
              TestStep testStep)Called before the execution of a teststep | 
| org.apache.xmlbeans.XmlObject | getConfig() | 
| JComponent | getConfigurationPanel() | 
| WsdlLoadTest | getLoadTest() | 
| String | getType() | 
| void | loadTestStarted(LoadTestRunner loadTestRunner,
               LoadTestRunContext context)Called after all initial loadtest threads have been started | 
| void | loadTestStopped(LoadTestRunner loadTestRunner,
               LoadTestRunContext context)Called when a loadtest has been stopped for some reason | 
| void | notifyConfigurationChanged() | 
| void | recalculate(LoadTestRunner loadTestRunner,
           LoadTestRunContext context) | 
| void | removeConfigurationChangeListener(PropertyChangeListener listener) | 
| void | updateConfig(org.apache.xmlbeans.XmlObject config) | 
public AbstractLoadStrategy(String type, WsdlLoadTest loadTest)
public org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface LoadStrategypublic JComponent getConfigurationPanel()
getConfigurationPanel in interface LoadStrategypublic String getType()
getType in interface LoadStrategypublic WsdlLoadTest getLoadTest()
public void addConfigurationChangeListener(PropertyChangeListener listener)
addConfigurationChangeListener in interface LoadStrategypublic void removeConfigurationChangeListener(PropertyChangeListener listener)
removeConfigurationChangeListener in interface LoadStrategypublic void notifyConfigurationChanged()
public boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun in interface LoadStrategypublic void afterLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerafterLoadTest in interface LoadTestRunListenerpublic void afterTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)
LoadTestRunListenerafterTestCase in interface LoadTestRunListenerpublic void afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)
LoadTestRunListenerafterTestStep in interface LoadTestRunListenerpublic void beforeLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerbeforeLoadTest in interface LoadTestRunListenerpublic void beforeTestCase(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext)
LoadTestRunListenerbeforeTestCase in interface LoadTestRunListenerpublic void beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
LoadTestRunListenerbeforeTestStep in interface LoadTestRunListenerpublic void loadTestStarted(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerloadTestStarted in interface LoadTestRunListenerpublic void loadTestStopped(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListenerloadTestStopped in interface LoadTestRunListenerpublic void recalculate(LoadTestRunner loadTestRunner, LoadTestRunContext context)
recalculate in interface LoadStrategypublic void updateConfig(org.apache.xmlbeans.XmlObject config)
updateConfig in interface LoadStrategyCopyright © 2019. All Rights Reserved.