Module polimi.ingsw.am21.codex
Class RMIServer
java.lang.Object
polimi.ingsw.am21.codex.connection.server.AbstractServer
polimi.ingsw.am21.codex.connection.server.RMI.RMIServer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class polimi.ingsw.am21.codex.connection.server.AbstractServer
getServerReadyLatch
-
Constructor Details
-
RMIServer
-
-
Method Details
-
start
public void start() throws MalformedURLException, RemoteException, UnknownHostException, AlreadyBoundException, PortUnreachableExceptionDescription copied from class:AbstractServerStarts the server- Specified by:
startin classAbstractServer- Throws:
MalformedURLExceptionRemoteExceptionUnknownHostExceptionAlreadyBoundExceptionPortUnreachableException
-
stop
public void stop()Description copied from class:AbstractServerGracefully stops the server- Specified by:
stopin classAbstractServer
-