net.sf.colossus.webcommon
Interface IGameManager
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- GameManager
public interface IGameManager
- extends java.rmi.Remote
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