All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class navalBattle.VectorTir_Stub

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteStub
                   |
                   +----navalBattle.VectorTir_Stub

public final class VectorTir_Stub
extends RemoteStub
implements VectorTireur, Remote

Variable Index

 o interfaceHash
 o operations

Constructor Index

 o VectorTir_Stub()
 o VectorTir_Stub(RemoteRef)

Method Index

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

Variables

 o operations
 private static Operation operations[]
 o interfaceHash
 private static final long interfaceHash

Constructors

 o VectorTir_Stub
 public VectorTir_Stub()
 o VectorTir_Stub
 public VectorTir_Stub(RemoteRef rep)

Methods

 o getCible
 public Point getCible(int $_int_1) throws RemoteException
 o getIdent
 public int getIdent() throws RemoteException
 o getMessageCouleTir
 public String getMessageCouleTir(int $_int_1) throws RemoteException
 o getNbJoueurs
 public int getNbJoueurs() throws RemoteException
 o getNbMAJFlotte
 public int getNbMAJFlotte() throws RemoteException
 o getNbQuiAJoue
 public int getNbQuiAJoue() throws RemoteException
 o getTir
 public Tir getTir(int $_int_1) throws RemoteException
 o getTourCourant
 public int getTourCourant() throws RemoteException
 o getTourCourantTir
 public int getTourCourantTir(int $_int_1) throws RemoteException
 o getVictime
 public Victime getVictime(int $_int_1,
                           int $_int_2) throws RemoteException
 o incNbMAJFlotte
 public void incNbMAJFlotte() throws RemoteException
 o incNbQuiAJoue
 public void incNbQuiAJoue() throws RemoteException
 o incScore
 public void incScore(int $_int_1,
                      int $_int_2) throws RemoteException
 o incTourCourant
 public void incTourCourant() throws RemoteException
 o incTourCourantTir
 public void incTourCourantTir(int $_int_1) throws RemoteException
 o perdant
 public void perdant(int $_int_1) throws RemoteException
 o setCible
 public void setCible(int $_int_1,
                      Point $_Point_2) throws RemoteException
 o setMessageCouleTir
 public void setMessageCouleTir(int $_int_1,
                                String $_String_2) throws RemoteException
 o setNbJoueurs
 public void setNbJoueurs(int $_int_1) throws RemoteException
 o setTir
 public void setTir(int $_int_1,
                    Tir $_Tir_2) throws RemoteException
 o setTouche
 public void setTouche(int $_int_1,
                       int $_int_2) throws RemoteException
 o setVictime
 public void setVictime(int $_int_1,
                        int $_int_2,
                        Victime $_Victime_3) throws RemoteException
 o touche
 public void touche(int $_int_1,
                    int $_int_2,
                    Case $_Case_3,
                    String $_String_4) throws RemoteException
 o zeroNbMAJFlotte
 public void zeroNbMAJFlotte() throws RemoteException
 o zeroNbQuiAJoue
 public void zeroNbQuiAJoue() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index