All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Thread | +----orchid.server.Boot
Syntax is :
Examples :
java orchid.server.Boot
will start a Master server with IP@ 127.0.0.1:10000
will start a Master server with IP@ 192.168.1.105:10000
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
Boot()
main(String[])
Boot
public Boot()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index