|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Runnable
Objects implementing the Runnable
interface can be added to the list
of elements to run in an experiment. Experiment runlists are contained
in ExperimentConfig
objects.
The Runnable
interface extends the
ConfigurationObject
interface, so that Runnable
objects define how to parse their own tags.
The run()
method contains code defining the behaviour of
this Runnable
.
Method Summary | |
---|---|
PropertyDefinition[] |
getProperties()
Returns a complete list of the sysproperties that this Runnable can use, and their restrictions. |
void |
run(ExperimentConfig ec)
Starts the Runnable. |
Method Detail |
---|
void run(ExperimentConfig ec) throws jgroup.core.ConfigurationException
ec
- The ExperimentConfiguration describing the experiment.
jgroup.core.ConfigurationException
PropertyDefinition[] getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |