Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New development version.
[jaceP2P.git] / src / jaceP2P / JaceInterface.java
index f49b598..e6694df 100644 (file)
@@ -73,7 +73,9 @@ public interface JaceInterface extends Remote {
        public void setSpawner(JaceSpawnerInterface spawnerStub)
                        throws RemoteException;
 
-       public void updateRegister(Node oldNode, Node node) throws RemoteException;
+       public int updateRegister(Node oldNode, Node node, int rank) throws RemoteException;
 
        public void getBackupForNewNode(int rank) throws RemoteException;
+
+       public void suicide2(String string)throws RemoteException ;
 }