|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Registrar is an interface that is implemented by RegistrarImpl.
As such, Registrar just declares the methods that can be called from the
RegistrarImpl using RMI.
RegistrarImpl| Method Summary | |
int |
createNewGame(java.lang.String name,
int limit,
int iconID,
java.rmi.Remote playersObserver)
See RegistrarImpl for an implementation of this method. |
MiniGame[] |
getGamesList(java.rmi.Remote gamesObserver)
See RegistrarImpl for an implementation of this method. |
int |
joinGame(java.lang.String name,
int iconID,
int gameID,
java.rmi.Remote gamesObserver)
See RegistrarImpl for an implementation of this method. |
void |
removeGame(int gameID)
See RegistrarImpl for an implementation of this method. |
java.rmi.Remote |
startGame(int gameID)
See RegistrarImpl for an implementation of this method. |
java.rmi.Remote |
waitForStart(int gameID)
See RegistrarImpl for an implementation of this method. |
| Method Detail |
public MiniGame[] getGamesList(java.rmi.Remote gamesObserver)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
public int createNewGame(java.lang.String name,
int limit,
int iconID,
java.rmi.Remote playersObserver)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
public int joinGame(java.lang.String name,
int iconID,
int gameID,
java.rmi.Remote gamesObserver)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
public java.rmi.Remote startGame(int gameID)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
public java.rmi.Remote waitForStart(int gameID)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
public void removeGame(int gameID)
throws java.rmi.RemoteException
RegistrarImpl for an implementation of this method.RegistrarImpl
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||