Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of multiple mapping algorithm possibility.
[jaceP2P.git] / src / jaceP2P / JaceSpawnerInterface.java
index 7d42998..0a769bf 100644 (file)
@@ -38,4 +38,6 @@ public interface JaceSpawnerInterface extends Remote {
        public Register getRegister(int rank) throws RemoteException;
 
        public boolean ping() throws RemoteException;
+       
+       public void setIdAlgo( String _s ) throws RemoteException ;
 }