Package net.sf.colossus.webcommon
Interface IGameManager
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
GameManager
public interface IGameManager extends java.rmi.Remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerGame(java.lang.String gameId)
void
tellEvent(java.lang.String description)
void
unregisterGame(java.lang.String gameId)
-
-
-
Method Detail
-
tellEvent
void tellEvent(java.lang.String description) throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
registerGame
void registerGame(java.lang.String gameId) throws java.rmi.RemoteException, java.rmi.NotBoundException
- Throws:
java.rmi.RemoteException
java.rmi.NotBoundException
-
unregisterGame
void unregisterGame(java.lang.String gameId) throws java.rmi.AccessException, java.rmi.NotBoundException, java.rmi.RemoteException
- Throws:
java.rmi.AccessException
java.rmi.NotBoundException
java.rmi.RemoteException
-
-