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

Method Index

 o afficherStringServeur(String)
 o afficherStringServeur(String, int, String)
 o afficherStringServeur(String, String)
 o chat(String, String)
 o deconnecterClient(String)
 o enregistrerClient(ClientDistant, String, int)
 o getCaseLibre(int, int)

Methods

 o enregistrerClient
 public abstract void enregistrerClient(ClientDistant client,
                                        String nomClient,
                                        int nbJoueurs) throws RemoteException
 o afficherStringServeur
 public abstract void afficherStringServeur(String message1) throws RemoteException
 o afficherStringServeur
 public abstract void afficherStringServeur(String message1,
                                            String message2) throws RemoteException
 o afficherStringServeur
 public abstract void afficherStringServeur(String message1,
                                            int nombre,
                                            String message2) throws RemoteException
 o chat
 public abstract void chat(String nomClient,
                           String message) throws RemoteException
 o getCaseLibre
 public abstract void getCaseLibre(int caseX,
                                   int caseY) throws RemoteException
 o deconnecterClient
 public abstract void deconnecterClient(String nomClient) throws RemoteException