netcom.log
Class LogServer

java.lang.Object
  extended bynetcom.log.LogServer

public class LogServer
extends java.lang.Object

Communicates with GUIClient Takes requests from GUI parses them and uses Logger to get the required information. Finally sends the results back to GUIClient


Constructor Summary
LogServer()
          Creates new LogServer
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServer

public LogServer()
Creates new LogServer

Method Detail

run

public void run()