jgroup.experiment.runnables
Class SynchronizeCodebase

java.lang.Object
  extended by jgroup.experiment.runnables.SynchronizeCodebase
All Implemented Interfaces:
Runnable

public class SynchronizeCodebase
extends java.lang.Object
implements Runnable

Author:
Hein Meling

Constructor Summary
SynchronizeCodebase()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizeCodebase

public SynchronizeCodebase()
Method Detail

run

public void run(ExperimentConfig ec)
Description copied from interface: Runnable
Starts the Runnable.

Specified by:
run in interface Runnable
Parameters:
ec - The ExperimentConfiguration describing the experiment.

getProperties

public PropertyDefinition[] getProperties()
Description copied from interface: Runnable
Returns a complete list of the sysproperties that this Runnable can use, and their restrictions.

Specified by:
getProperties in interface Runnable
Returns:
An array of strings with property names.


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.