net.compute
Class AutoClient

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

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


Field Summary
 java.lang.String autoServerName
           
 
Constructor Summary
AutoClient()
           
 
Method Summary
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

autoServerName

public java.lang.String autoServerName
Constructor Detail

AutoClient

public AutoClient()
Method Detail

run

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

main

public static void main(java.lang.String[] args)