net.anotheria.moskitodemo.accumulator
Class RandomProducer

java.lang.Object
  extended by net.anotheria.moskitodemo.accumulator.RandomProducer
All Implemented Interfaces:
IStatsProducer

public class RandomProducer
extends Object
implements IStatsProducer


Field Summary
 
Fields inherited from interface net.anotheria.moskito.core.producers.IStatsProducer
SUBSYSTEM_BUILTIN
 
Constructor Summary
RandomProducer(int aLimitReq, int aLimitTime)
           
 
Method Summary
 void generateTraffic()
           
 String getCategory()
           
 String getProducerId()
           
 List<IStats> getStats()
           
 String getSubsystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomProducer

public RandomProducer(int aLimitReq,
                      int aLimitTime)
Method Detail

generateTraffic

public void generateTraffic()

getStats

public List<IStats> getStats()
Specified by:
getStats in interface IStatsProducer

getProducerId

public String getProducerId()
Specified by:
getProducerId in interface IStatsProducer

getCategory

public String getCategory()
Specified by:
getCategory in interface IStatsProducer

getSubsystem

public String getSubsystem()
Specified by:
getSubsystem in interface IStatsProducer


Copyright © 2010-2012 anotheria.net. All Rights Reserved.