Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction and modification of save mechanisms.
[hpcvm.git] / src / and / hpcvm / ServicesClient.java
index fffec81fd147ca17ff0e7fc869b7a669868eeab8..09ad97e3decfa99c719d74fd019148c25f10da89 100644 (file)
@@ -8,9 +8,11 @@ public interface ServicesClient extends Remote
 {
        public void emergencyStop() throws RemoteException ;
        
+       public int echo() throws RemoteException ;
+       
        public int startVM( int _mode ) throws RemoteException ;
        
-       public int stopVM() throws RemoteException ;
+       public int stopVM( int _mode ) throws RemoteException ;
        
        public int suspendVM( int _mode ) throws RemoteException ;