Package tigase.pubsub.modules.commands
Class LoadTestGenerator
- java.lang.Object
-
- tigase.pubsub.modules.commands.AbstractLoadRunner
-
- tigase.pubsub.modules.commands.LoadTestGenerator
-
- All Implemented Interfaces:
Runnable
public class LoadTestGenerator extends AbstractLoadRunner
-
-
Constructor Summary
Constructors Constructor Description LoadTestGenerator(tigase.server.AbstractMessageReceiver component, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID publisher, long time, long frequency, int messageLength, boolean useBlockingMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoWork()-
Methods inherited from class tigase.pubsub.modules.commands.AbstractLoadRunner
getCounter, getDelay, getTestEndTime, getTestStartTime, onTestFinish, run
-
-
-
-
Field Detail
-
log
protected final Logger log
-
-
Constructor Detail
-
LoadTestGenerator
public LoadTestGenerator(tigase.server.AbstractMessageReceiver component, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID publisher, long time, long frequency, int messageLength, boolean useBlockingMethod)
-
-
Method Detail
-
doWork
protected void doWork() throws Exception- Specified by:
doWorkin classAbstractLoadRunner- Throws:
Exception
-
-