Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refunding the restart/redeployment mechanisms.
[hpcvm.git] / src / and / hpcvm / ServicesClient.java
index 6e4945c..4ea41da 100644 (file)
@@ -38,6 +38,8 @@ public interface ServicesClient extends Remote
        
        public void saveOk() throws RemoteException ;
        
+       public Integer deployVM( String _name, String _archive, String _directory ) throws RemoteException ;
+       
        public void changeSaveName( String _n1, String _n2, int _id ) throws RemoteException ;
        
        public void setSavingNeighbor( ServicesClient _sn ) throws RemoteException ;
@@ -48,7 +50,7 @@ public interface ServicesClient extends Remote
        
        public void addSavingNeighbors( ArrayList<ServicesClient> _sn ) throws RemoteException ;
        
-       public void replaceSavingNeighbor( ServicesClient _old, ServicesClient _new ) throws RemoteException ;
+       public void replaceSavingNeighbor( String _old, ServicesClient _new ) throws RemoteException ;
        
        public int retrieveSave( String _saveName ) throws RemoteException ;