org.infolayer.shell
Class ShellServer

java.lang.Object
  extended byorg.infolayer.shell.ShellServer
All Implemented Interfaces:
java.lang.Runnable

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

Author:
Stefan Haustein

Field Summary
 boolean leave
           
 
Constructor Summary
ShellServer(UmlModel model, int port)
           
 
Method Summary
 void run()
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leave

public boolean leave
Constructor Detail

ShellServer

public ShellServer(UmlModel model,
                   int port)
            throws java.io.IOException
Method Detail

terminate

public void terminate()

run

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