org.jboss.dtf.testframework.anttasks
Class RestartAllNodesAntTask

java.lang.Object
  extended by Task
      extended by org.jboss.dtf.testframework.anttasks.RestartAllNodesAntTask

public class RestartAllNodesAntTask
extends Task


Constructor Summary
RestartAllNodesAntTask()
           
 
Method Summary
 void execute()
          Called by the project to let the task do its work.
 void setNameservice(java.lang.String nameService)
           
 void setRestart(java.lang.String bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestartAllNodesAntTask

public RestartAllNodesAntTask()
Method Detail

setNameservice

public void setNameservice(java.lang.String nameService)

setRestart

public void setRestart(java.lang.String bool)

execute

public void execute()
             throws BuildException
Called by the project to let the task do its work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running "ant target1 target2" will run all tasks in target3 twice.

Throws:
BuildException - if something goes wrong with the build