edu.virginia.cs.mng.hypercast.demo
Class HelloWorld_NoCallBack

java.lang.Object
  |
  +--edu.virginia.cs.mng.hypercast.demo.HelloWorld_NoCallBack

public class HelloWorld_NoCallBack
extends java.lang.Object


Constructor Summary
HelloWorld_NoCallBack()
          Constructor
 
Method Summary
static void main(java.lang.String[] args)
          This is the main function: 1.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

HelloWorld_NoCallBack

public HelloWorld_NoCallBack()
Constructor
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.InterruptedIOException
This is the main function: 1. Creates an overlay socket 2. Sends a "Hello World" to all members 3. Receives and prints "Hello World"s received from other members in the overlay