com.example.hello.test
Class HelloTestClient

java.lang.Object
  extended by com.example.hello.test.HelloTestClient
All Implemented Interfaces:
Runnable

public class HelloTestClient
extends Object
implements Runnable

Test client application.


Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception