X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/9e53fd0b0fd58c90f1a55341f25f42426a520283..c7a7de23c20d2c7403729e149aeab1f0a832a4fc:/src/and/hpcvm/ServicesClient.java diff --git a/src/and/hpcvm/ServicesClient.java b/src/and/hpcvm/ServicesClient.java index fffec81..438af96 100644 --- a/src/and/hpcvm/ServicesClient.java +++ b/src/and/hpcvm/ServicesClient.java @@ -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 ;