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 voidregisterGame(java.lang.String gameId)voidtellEvent(java.lang.String description)voidunregisterGame(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.RemoteExceptionjava.rmi.NotBoundException
-
unregisterGame
void unregisterGame(java.lang.String gameId) throws java.rmi.AccessException, java.rmi.NotBoundException, java.rmi.RemoteException- Throws:
java.rmi.AccessExceptionjava.rmi.NotBoundExceptionjava.rmi.RemoteException
-
-