Package it.polimi.ingsw.Common
Interface StatusIntermediateInterface
- All Superinterfaces:
Remote
- All Known Implementing Classes:
StatusIntermediate
Client Status Intermediate interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lifeline()
Naive KeepAlive implementation, used for disconnections managementvoid
Setter for Client Status Object It makes the server manage Game's evolution
-
Method Details
-
setIntermediate
Setter for Client Status Object It makes the server manage Game's evolution- Parameters:
csi
- Interface for the Client Status- Throws:
RemoteException
- related to RMIInterruptedException
- related to Thread managementException
-
lifeline
Naive KeepAlive implementation, used for disconnections management- Throws:
RemoteException
- related to RMI
-