All Packages Class Hierarchy This Package Previous Next Index
Class orchid.server.Boot
java.lang.Object
|
+----java.lang.Thread
|
+----orchid.server.Boot
- public class Boot
- extends Thread
Launch a server and do some tests.
Syntax is :
java orchid.server.Boot
Examples :
- java orchid.server.Boot
will start a Master server with IP@ 127.0.0.1:10000
- java orchid.server.Boot 192.168.1.105:10000
will start a Master server with IP@ 192.168.1.105:10000
- java orchid.server.Boot 192.168.1.105:10000 192.168.1.103:10001
will start a server with its IP@ 192.168.1.105:10000 and will connect it to a master server with IP@ 192.168.1.103:10001
- Author:
- Antoine SOULIEZ
-
Boot()
-
-
main(String[])
-
Boot
public Boot()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index