X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/f74ee61df3fbc8cf8371347069a715270a3e8a72..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 ;