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.RemoteExceptionvoid registerGame(java.lang.String gameId)
throws java.rmi.RemoteException,
java.rmi.NotBoundException
java.rmi.RemoteExceptionjava.rmi.NotBoundExceptionvoid unregisterGame(java.lang.String gameId)
throws java.rmi.AccessException,
java.rmi.NotBoundException,
java.rmi.RemoteException
java.rmi.AccessExceptionjava.rmi.NotBoundExceptionjava.rmi.RemoteException