org.rutil.loadtest
Class LoadGeneratorHelper

java.lang.Object
  extended by org.rutil.loadtest.LoadGeneratorHelper

public class LoadGeneratorHelper
extends java.lang.Object

A helper to handle executing multiple load generators. Its created with a list of load generators that can be fired sequentially or in parallel (controlled by the respective methods)

Author:
mohan

Constructor Summary
LoadGeneratorHelper(java.util.List<LoadGenerator> pList)
           
 
Method Summary
 void start()
           
 void startAllRunnersInParallel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadGeneratorHelper

public LoadGeneratorHelper(java.util.List<LoadGenerator> pList)
Method Detail

start

public void start()
           throws java.io.IOException
Throws:
java.io.IOException

startAllRunnersInParallel

public void startAllRunnersInParallel()