Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding missing handler when a restart crash.
[hpcvm.git] / src / and / hpcvm / ServicesClient.java
index fffec81..438af96 100644 (file)
@@ -8,6 +8,8 @@ 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 ;