|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public abstract class AbstractLoadStrategy
LoadStrategy allowing maximum runs and request delays
| Field Summary |
|---|
| Fields inherited from interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategy |
|---|
CONFIGURATION_PROPERTY |
| Constructor Summary | |
|---|---|
AbstractLoadStrategy(java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
addConfigurationChangeListener(java.beans.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,
TestRunner testRunner,
TestRunContext runContext)
Called after the execution of a testcase |
void |
afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext 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,
TestRunner testRunner,
TestRunContext runContext)
Called before the execution of a testcase |
void |
beforeTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext,
TestStep testStep)
Called before the execution of a teststep |
org.apache.xmlbeans.XmlObject |
getConfig()
|
javax.swing.JComponent |
getConfigurationPanel()
|
java.lang.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 |
removeConfigurationChangeListener(java.beans.PropertyChangeListener listener)
|
void |
updateConfig(org.apache.xmlbeans.XmlObject config)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLoadStrategy(java.lang.String type)
| Method Detail |
|---|
public org.apache.xmlbeans.XmlObject getConfig()
getConfig in interface LoadStrategypublic javax.swing.JComponent getConfigurationPanel()
getConfigurationPanel in interface LoadStrategypublic java.lang.String getType()
getType in interface LoadStrategypublic void addConfigurationChangeListener(java.beans.PropertyChangeListener listener)
addConfigurationChangeListener in interface LoadStrategypublic void removeConfigurationChangeListener(java.beans.PropertyChangeListener listener)
removeConfigurationChangeListener in interface LoadStrategypublic void notifyConfigurationChanged()
public boolean allowThreadCountChangeDuringRun()
allowThreadCountChangeDuringRun in interface LoadStrategy
public void afterLoadTest(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
LoadTestRunListener
afterLoadTest in interface LoadTestRunListener
public void afterTestCase(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext)
LoadTestRunListener
afterTestCase in interface LoadTestRunListener
public void afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext,
TestStepResult testStepResult)
LoadTestRunListener
afterTestStep in interface LoadTestRunListener
public void beforeLoadTest(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
LoadTestRunListener
beforeLoadTest in interface LoadTestRunListener
public void beforeTestCase(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext)
LoadTestRunListener
beforeTestCase in interface LoadTestRunListener
public void beforeTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext,
TestStep testStep)
LoadTestRunListener
beforeTestStep in interface LoadTestRunListener
public void loadTestStarted(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
LoadTestRunListener
loadTestStarted in interface LoadTestRunListener
public void loadTestStopped(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
LoadTestRunListener
loadTestStopped in interface LoadTestRunListenerpublic void updateConfig(org.apache.xmlbeans.XmlObject config)
updateConfig in interface LoadStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||