|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rutil.loadtest.LoadGeneratorHelper
public class LoadGeneratorHelper
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)
| 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 |
|---|
public LoadGeneratorHelper(java.util.List<LoadGenerator> pList)
| Method Detail |
|---|
public void start()
throws java.io.IOException
java.io.IOExceptionpublic void startAllRunnersInParallel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||