Class GameControllerRMI

All Implemented Interfaces:
GameControllerRMIIF, Serializable, Remote

public class GameControllerRMI extends UnicastRemoteObject implements GameControllerRMIIF
Version of class representing gameController for the RMI connection. Hence this class is exposed to the network as RMI remote object. The controller is the controller given to a particular players using RMI for connection. This implies the methods called via this gameController are implicitly referred to the players it belongs to.
This is a controller for a single game/match
See Also: