Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refunding the restart mechanism.
[hpcvm.git] / src / and / hpcvm / ServicesServer.java
index 60ac97b..ed3acb6 100644 (file)
@@ -24,10 +24,13 @@ public interface ServicesServer extends Remote
        
        public void stop() throws RemoteException ;
        
+       public void requestSave( String _ip ) throws RemoteException ;
+       
        public Integer deployVM( String _name, String _archive, String _directory ) throws RemoteException ;
        
        public String getWorkingDirectory() throws RemoteException ;
 
+       public void restartOk( String _ip ) throws RemoteException ;
 }