All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface rmi.VectorTireur

public interface VectorTireur
extends Remote
This type was created in VisualAge.


Method Index

 o getCible(int)
This method was created in VisualAge.
 o getIdent()
This method was created in VisualAge.
 o getMessageCouleTir(int)
This method was created in VisualAge.
 o getNbJoueurs()
This method was created in VisualAge.
 o getNbMAJFlotte()
This method was created in VisualAge.
 o getNbQuiAJoue()
This method was created in VisualAge.
 o getTir(int)
This method was created in VisualAge.
 o getTourCourant()
This method was created in VisualAge.
 o getTourCourantTir(int)
This method was created in VisualAge.
 o getVictime(int, int)
This method was created in VisualAge.
 o incNbMAJFlotte()
This method was created in VisualAge.
 o incNbQuiAJoue()
This method was created in VisualAge.
 o incScore(int, int)
This method was created in VisualAge.
 o incTourCourant()
This method was created in VisualAge.
 o incTourCourantTir(int)
This method was created in VisualAge.
 o perdant(int)
This method was created in VisualAge.
 o setCible(int, Point)
This method was created in VisualAge.
 o setMessageCouleTir(int, String)
This method was created in VisualAge.
 o setNbJoueurs(int)
This method was created in VisualAge.
 o setTir(int, Tir)
This method was created in VisualAge.
 o setTouche(int, int)
This method was created in VisualAge.
 o setVictime(int, int, Victime)
This method was created in VisualAge.
 o touche(int, int, Case, String)
This method was created in VisualAge.
 o zeroNbMAJFlotte()
This method was created in VisualAge.
 o zeroNbQuiAJoue()
This method was created in VisualAge.

Methods

 o getCible
 public abstract Point getCible(int idTir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Returns:
java.awt.Point
Throws: RemoteException
The exception description.
 o getIdent
 public abstract int getIdent() throws RemoteException
This method was created in VisualAge.

Returns:
int
Throws: RemoteException
The exception description.
 o getMessageCouleTir
 public abstract String getMessageCouleTir(int idTir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Returns:
java.lang.String
Throws: RemoteException
The exception description.
 o getNbJoueurs
 public abstract int getNbJoueurs() throws RemoteException
This method was created in VisualAge.

Returns:
int
 o getNbMAJFlotte
 public abstract int getNbMAJFlotte() throws RemoteException
This method was created in VisualAge.

Returns:
int
 o getNbQuiAJoue
 public abstract int getNbQuiAJoue() throws RemoteException
This method was created in VisualAge.

Returns:
int
 o getTir
 public abstract Tir getTir(int idTir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Returns:
NavalBattle.Tir
Throws: RemoteException
The exception description.
 o getTourCourant
 public abstract int getTourCourant() throws RemoteException
This method was created in VisualAge.

Returns:
int
 o getTourCourantTir
 public abstract int getTourCourantTir(int idTir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Returns:
int
Throws: RemoteException
The exception description.
 o getVictime
 public abstract Victime getVictime(int idTir,
                                    int idVictime) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
idVictime - int
Returns:
navalBattle.Victime
Throws: RemoteException
The exception description.
 o incNbMAJFlotte
 public abstract void incNbMAJFlotte() throws RemoteException
This method was created in VisualAge.

 o incNbQuiAJoue
 public abstract void incNbQuiAJoue() throws RemoteException
This method was created in VisualAge.

 o incScore
 public abstract void incScore(int idTir,
                               int inc) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Throws: RemoteException
The exception description.
 o incTourCourant
 public abstract void incTourCourant() throws RemoteException
This method was created in VisualAge.

 o incTourCourantTir
 public abstract void incTourCourantTir(int idTir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
Throws: RemoteException
The exception description.
 o perdant
 public abstract void perdant(int idTireur) throws RemoteException
This method was created in VisualAge.

Parameters:
idTireur - int
 o setCible
 public abstract void setCible(int idTir,
                               Point cible) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
cible - java.awt.Point
Throws: RemoteException
The exception description.
 o setMessageCouleTir
 public abstract void setMessageCouleTir(int idTir,
                                         String msg) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
msg - java.lang.String
Throws: RemoteException
The exception description.
 o setNbJoueurs
 public abstract void setNbJoueurs(int nbJ) throws RemoteException
This method was created in VisualAge.

Parameters:
nbJ - int
 o setTir
 public abstract void setTir(int idTir,
                             Tir tir) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
tir - navalBattle.Tir
 o setTouche
 public abstract void setTouche(int idTir,
                                int touch) throws RemoteException
This method was created in VisualAge.

Parameters:
touch - int
Throws: RemoteException
The exception description.
 o setVictime
 public abstract void setVictime(int idTir,
                                 int idVictime,
                                 Victime v) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
idVictime - int
v - navalBattle.Victime
Throws: RemoteException
The exception description.
 o touche
 public abstract void touche(int idTir,
                             int idProprio,
                             Case where,
                             String type) throws RemoteException
This method was created in VisualAge.

Parameters:
idTir - int
idProprio - int
where - navalBattle.Case
type - java.lang.String
Throws: RemoteException
The exception description.
 o zeroNbMAJFlotte
 public abstract void zeroNbMAJFlotte() throws RemoteException
This method was created in VisualAge.

Throws: RemoteException
The exception description.
 o zeroNbQuiAJoue
 public abstract void zeroNbQuiAJoue() throws RemoteException
This method was created in VisualAge.

Throws: RemoteException
The exception description.

All Packages  Class Hierarchy  This Package  Previous  Next  Index