|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ants.messor.MessorRequestGenerator
This implementation generates fake computing request to be simulated in the Anthill environment.
| Field Summary | |
static String |
PAR_DEVPPE
String name of the parameter used to |
static String |
PAR_DEVRPP
String name of the parameter used to |
static String |
PAR_DEVTBE
String name of the parameter used to |
static String |
PAR_MEANPPE
String name of the parameter used to |
static String |
PAR_MEANRPP
String name of the parameter used to |
static String |
PAR_MEANTBE
String name of the parameter used to |
| Fields inherited from interface antsim.RequestGenerator |
NAME |
| Constructor Summary | |
MessorRequestGenerator(Factory factory,
String name)
|
|
| Method Summary | |
void |
clear()
Restores the object to its initial state. |
void |
generateRequests()
In this simulator, this method is invoked at each tick. |
void |
init(ResourceSet resourceSet,
Peernet peernet,
ResponseMonitor monitor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String PAR_MEANTBE
public static final String PAR_DEVTBE
public static final String PAR_MEANPPE
public static final String PAR_DEVPPE
public static final String PAR_MEANRPP
public static final String PAR_DEVRPP
| Constructor Detail |
public MessorRequestGenerator(Factory factory,
String name)
factory - the factory to be used to read configuration arguments
and to create other configurable objectsname - the name that is associated to this instance in the
configuration file| Method Detail |
public void clear()
clear in interface Clearable
public void init(ResourceSet resourceSet,
Peernet peernet,
ResponseMonitor monitor)
init in interface RequestGeneratorpublic void generateRequests()
generateRequests in interface RequestGenerator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||