net.compute
Class ComputeServer

java.lang.Object
  extended by net.compute.ComputeServer
All Implemented Interfaces:
java.lang.Runnable

public class ComputeServer
extends java.lang.Object
implements java.lang.Runnable


Field Summary
static int PORT
           
 
Constructor Summary
ComputeServer()
           
 
Method Summary
static void announce()
           
static void foo()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final int PORT
See Also:
Constant Field Values
Constructor Detail

ComputeServer

public ComputeServer()
Method Detail

foo

public static void foo()

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

announce

public static void announce()
                     throws java.io.IOException
Throws:
java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable