Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding mechanism for application execution time retrievement plus bugs correction.
[hpcvm.git] / src / and / hpcvm / ServicesServer.java
index ed3acb6..863e393 100644 (file)
@@ -22,6 +22,8 @@ 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 ;