uka.gm
Class GMTest.Server

java.lang.Object
  extended byuka.gm.GMTest.Server
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GMTest

public static class GMTest.Server
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  GM.VPort vport
           
 
Constructor Summary
GMTest.Server(GM.VPort vport)
           
GMTest.Server(int vportNr)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vport

GM.VPort vport
Constructor Detail

GMTest.Server

public GMTest.Server(int vportNr)
              throws java.io.IOException

GMTest.Server

public GMTest.Server(GM.VPort vport)
Method Detail

run

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