planet.test
Class SimNetTest

java.lang.Object
  extended by planet.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. Uses the Symphony implementation.

Author:
Ruben Mondejar, Jordi Pujol

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. Uses the Symphony implementation.

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