Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction and modification of save mechanisms.
[hpcvm.git] / src / and / hpcvm / ServicesClient.java
index fffec81..09ad97e 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 ;