loader
Class RunServer

java.lang.Object
  |
  +--loader.RunServer

public class RunServer
extends java.lang.Object


Class which executes ClassServer.
Syntax: java RunServer port
default port is 5050.
Note: Program generates an execption if no name is associated with this machine.

Version:
1.2 August 2000
Author:
Lorenzo Bettini - bettini@dsi.unifi.it, Donato Cappetta - cappetta@infomedia.it

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

Constructor Detail

RunServer

public RunServer()
Method Detail

main

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