jgroup.experiment.runnables
Class DeployExecDaemons

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

public class DeployExecDaemons
extends java.lang.Object
implements Runnable

Author:
Bjarte Svaeren, Hein Meling

Field Summary
static org.apache.log4j.Logger log
          Obtain logger for this class
 
Constructor Summary
DeployExecDaemons()
           
 
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
 

Field Detail

log

public static final org.apache.log4j.Logger log
Obtain logger for this class

Constructor Detail

DeployExecDaemons

public DeployExecDaemons()
Method Detail

run

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

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

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.