com.eviware.soapui.impl.wsdl.teststeps
Class LoadTestRunListenerImpl

java.lang.Object
  extended by com.eviware.soapui.model.support.LoadTestRunListenerAdapter
      extended by com.eviware.soapui.impl.wsdl.teststeps.LoadTestRunListenerImpl
All Implemented Interfaces:
LoadTestRunListener

public class LoadTestRunListenerImpl
extends LoadTestRunListenerAdapter


Constructor Summary
LoadTestRunListenerImpl()
           
 
Method Summary
 void afterLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
          Called after the execution of a loadtest when all threads have terminated
 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
 
Methods inherited from class com.eviware.soapui.model.support.LoadTestRunListenerAdapter
afterTestCase, afterTestStep, beforeLoadTest, beforeTestCase, beforeTestStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTestRunListenerImpl

public LoadTestRunListenerImpl()
Method Detail

loadTestStarted

public void loadTestStarted(LoadTestRunner loadTestRunner,
                            LoadTestRunContext context)
Description copied from interface: LoadTestRunListener
Called after all initial loadtest threads have been started

Specified by:
loadTestStarted in interface LoadTestRunListener
Overrides:
loadTestStarted in class LoadTestRunListenerAdapter

loadTestStopped

public void loadTestStopped(LoadTestRunner loadTestRunner,
                            LoadTestRunContext context)
Description copied from interface: LoadTestRunListener
Called when a loadtest has been stopped for some reason

Specified by:
loadTestStopped in interface LoadTestRunListener
Overrides:
loadTestStopped in class LoadTestRunListenerAdapter

afterLoadTest

public void afterLoadTest(LoadTestRunner loadTestRunner,
                          LoadTestRunContext context)
Description copied from interface: LoadTestRunListener
Called after the execution of a loadtest when all threads have terminated

Specified by:
afterLoadTest in interface LoadTestRunListener
Overrides:
afterLoadTest in class LoadTestRunListenerAdapter


Copyright © 2005-2008 eviware.com. All Rights Reserved.