javalightserver
Class JLServer

java.lang.Object
  extended by javalightserver.JLServer

public class JLServer
extends java.lang.Object


Constructor Summary
JLServer(int port, CmdPool cmdpool, java.lang.String HostName, java.lang.String MsgWelcome)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLServer

public JLServer(int port,
                CmdPool cmdpool,
                java.lang.String HostName,
                java.lang.String MsgWelcome)
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()