planet.test.broadcast
Class BroadcastTest

java.lang.Object
  extended byplanet.generic.commonapi.GenericApp
      extended byplanet.test.broadcast.BroadcastTest

public class BroadcastTest
extends GenericApp

This test make a broadcast message over all network nodes.

Version:
1.0
Author:
Carles Pairot , Jordi Pujol

Constructor Summary
BroadcastTest()
          Initialize the broadcast test and builds the network.
 
Method Summary
static void main(java.lang.String[] args)
          Builds a new BroadcastTest and send the message.
 void sendMessage()
          Sends the first broadcast message.
 
Methods inherited from class planet.generic.commonapi.GenericApp
printNetwork, restart, start, timeElapsedInSeconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastTest

public BroadcastTest()
              throws InitializationException
Initialize the broadcast test and builds the network.

Method Detail

sendMessage

public void sendMessage()
Sends the first broadcast message.


main

public static void main(java.lang.String[] args)
Builds a new BroadcastTest and send the message.

Parameters:
args -