Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction and modification of save mechanisms.
[hpcvm.git] / src / and / hpcvm / ServicesServer.java
index 60ac97b1cae6a58c1faa6d06e196b8e7c8b48941..863e3930e84fc7ecb655d466096a3dbc6d8c1af1 100644 (file)
@@ -22,12 +22,17 @@ public interface ServicesServer extends Remote
        
        public void endApplication() throws RemoteException ;
        
+       public void goApplication() throws RemoteException ;
+       
        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 ;
 }