org.jboss.jrunit.controller.ant
Class AntFileBenchmarkReceiver

java.lang.Object
  extended byorg.jboss.jrunit.controller.ant.AntBenchmarkConfig
      extended byorg.jboss.jrunit.controller.ant.AntFileBenchmarkReceiver

public class AntFileBenchmarkReceiver
extends AntBenchmarkConfig

Author:
clebert.suconic@jboss.com

Constructor Summary
AntFileBenchmarkReceiver()
           
 
Method Summary
 void configReceiver(JGroupsBenchmarkReceiver receiver)
           
 java.lang.String getDirectory()
           
 void setDirectory(java.lang.String directory)
           
 
Methods inherited from class org.jboss.jrunit.controller.ant.AntBenchmarkConfig
getOnlyIf, setOnlyIf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntFileBenchmarkReceiver

public AntFileBenchmarkReceiver()
Method Detail

configReceiver

public void configReceiver(JGroupsBenchmarkReceiver receiver)
                    throws java.lang.Exception
Specified by:
configReceiver in class AntBenchmarkConfig
Throws:
java.lang.Exception

getDirectory

public java.lang.String getDirectory()

setDirectory

public void setDirectory(java.lang.String directory)


JRunit, a JUnit extension for distributed client/server tests.