org.jboss.jrunit.controller.sender
Class JGroupsBenchmarkSender

java.lang.Object
  extended byorg.jboss.jrunit.controller.sender.JGroupsBenchmarkSender

public class JGroupsBenchmarkSender
extends java.lang.Object

This is a BenchmarkController that sends all the information using JGroups as basic layer to send it.

Author:
Clebert Suconic

Constructor Summary
JGroupsBenchmarkSender()
           
 
Method Summary
 void close()
           
 MessageBus getBus()
           
 void send(BenchmarkController controller)
           
 void sendAntQuit()
           
 void sendQuit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGroupsBenchmarkSender

public JGroupsBenchmarkSender()
                       throws java.lang.Exception
Method Detail

send

public void send(BenchmarkController controller)
          throws java.lang.Exception
Throws:
java.lang.Exception

sendQuit

public void sendQuit()

sendAntQuit

public void sendAntQuit()

close

public void close()

getBus

public MessageBus getBus()


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