Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding / completing mechanisms for fault tolerance.
[jaceP2P.git] / src / jaceP2P / JaceSuperNodeInterface.java
index 66c1906..9f9573f 100644 (file)
@@ -52,6 +52,8 @@ public interface JaceSuperNodeInterface extends Remote {
 
        public void setMapping( Algo al ) throws RemoteException ;
 
+       public boolean blockForMapping();
+
 }
 
 /** ! **/