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