X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/d83793da6e881ebab006a50a47fbba914e65f9cf..f74ee61df3fbc8cf8371347069a715270a3e8a72:/src/and/hpcvm/ServicesServer.java diff --git a/src/and/hpcvm/ServicesServer.java b/src/and/hpcvm/ServicesServer.java index 60ac97b..ed3acb6 100644 --- a/src/and/hpcvm/ServicesServer.java +++ b/src/and/hpcvm/ServicesServer.java @@ -24,10 +24,13 @@ public interface ServicesServer extends Remote public void stop() throws RemoteException ; + public void requestSave( String _ip ) throws RemoteException ; + public Integer deployVM( String _name, String _archive, String _directory ) throws RemoteException ; public String getWorkingDirectory() throws RemoteException ; + public void restartOk( String _ip ) throws RemoteException ; }