Class Server

java.lang.Object
  |
  +--Server

public class Server
extends java.lang.Object

This is the Server program which receives a Task, evaluates it and returns the Result.

See Also:
Task, sd.net.Result

Method Summary
protected  void finalize()
          For garbage collection
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

finalize

protected void finalize()
                 throws java.lang.Throwable
For garbage collection
Overrides:
finalize in class java.lang.Object