X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/f74ee61df3fbc8cf8371347069a715270a3e8a72..HEAD:/src/and/hpcvm/ServicesServer.java diff --git a/src/and/hpcvm/ServicesServer.java b/src/and/hpcvm/ServicesServer.java index ed3acb6..863e393 100644 --- a/src/and/hpcvm/ServicesServer.java +++ b/src/and/hpcvm/ServicesServer.java @@ -22,6 +22,8 @@ public interface ServicesServer extends Remote public void endApplication() throws RemoteException ; + public void goApplication() throws RemoteException ; + public void stop() throws RemoteException ; public void requestSave( String _ip ) throws RemoteException ;