Class ServerMain

Class ServerMain

java.lang.Object
   |
   +----ServerMain

class ServerMain
extends Object
The main server side class that starts all server threads.

Written: Radu Sion
Version: 0.19
Source: ServerMain.java
See Also:
RoundRobinServerThread, ConnectServerThread

Constructor Index

 o ServerMain(ResourceHash)
Fires up all the threads that compose the system.

Method Index

 o main(String[])

Constructors

 o ServerMain
  public ServerMain(ResourceHash rh)
Fires up all the threads that compose the system.
Parameters:
rh - Resource Hash to use

Methods

 o main
  public static void main(String argv[])