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
-
ServerMain(ResourceHash)
- Fires up all the threads that compose the system.
-
main(String[])
-
ServerMain
public ServerMain(ResourceHash rh)
- Fires up all the threads that compose the system.
- Parameters:
- rh - Resource Hash to use
main
public static void main(String argv[])