planet.test
Class SimNetTest

java.lang.Object
  extended byplanet.test.SimNetTest

public class SimNetTest
extends java.lang.Object

This example shows how to build a simple Network, without registered Application's on to the nodes. Can be used the Chord or Symphony overlays implementation.

Author:
Ruben Mondejar, Jordi Pujol 14-jul-2005

Constructor Summary
SimNetTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          This example shows how to build a simple Network, without registered Application's on to the nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimNetTest

public SimNetTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This example shows how to build a simple Network, without registered Application's on to the nodes.

Parameters:
args - Nothing.
Throws:
java.lang.Exception