public interface IGameManager
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
registerGame(java.lang.String gameId) |
void |
tellEvent(java.lang.String description) |
void |
unregisterGame(java.lang.String gameId) |
void tellEvent(java.lang.String description) throws java.rmi.RemoteException
java.rmi.RemoteException
void registerGame(java.lang.String gameId) throws java.rmi.RemoteException, java.rmi.NotBoundException
java.rmi.RemoteException
java.rmi.NotBoundException
void unregisterGame(java.lang.String gameId) throws java.rmi.AccessException, java.rmi.NotBoundException, java.rmi.RemoteException
java.rmi.AccessException
java.rmi.NotBoundException
java.rmi.RemoteException