Interface MorpionDistant
- public interface MorpionDistant
- extends Remote
Caracteristiques :
Interface qui permet au serveur de communiquer avec les methodes du serveur.
- Author:
- Audrey Sanz-Vella, Alexandre Martin
- See Also:
- Serveur, Client, ClientDistant
-
afficherStringServeur(String)
-
-
afficherStringServeur(String, int, String)
-
-
afficherStringServeur(String, String)
-
-
chat(String, String)
-
-
deconnecterClient(String)
-
-
enregistrerClient(ClientDistant, String, int)
-
-
getCaseLibre(int, int)
-
enregistrerClient
public abstract void enregistrerClient(ClientDistant client,
String nomClient,
int nbJoueurs) throws RemoteException
afficherStringServeur
public abstract void afficherStringServeur(String message1) throws RemoteException
afficherStringServeur
public abstract void afficherStringServeur(String message1,
String message2) throws RemoteException
afficherStringServeur
public abstract void afficherStringServeur(String message1,
int nombre,
String message2) throws RemoteException
chat
public abstract void chat(String nomClient,
String message) throws RemoteException
getCaseLibre
public abstract void getCaseLibre(int caseX,
int caseY) throws RemoteException
deconnecterClient
public abstract void deconnecterClient(String nomClient) throws RemoteException