de.grogra.imp.net
Class ConnectionServer

java.lang.Object
  extended by de.grogra.imp.net.ConnectionServer
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
ConnectionServer(IMPWorkbench workbench, java.net.ServerSocket socket)
           
 
Method Summary
 void run()
           
static void start(Item item, java.lang.Object info, Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionServer

public ConnectionServer(IMPWorkbench workbench,
                        java.net.ServerSocket socket)
Method Detail

run

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

start

public static void start(Item item,
                         java.lang.Object info,
                         Context ctx)