X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/a5033b66e150c1f5a03008abb71408b1700337aa..d83793da6e881ebab006a50a47fbba914e65f9cf:/src/and/hpcvm/ServicesClient.java diff --git a/src/and/hpcvm/ServicesClient.java b/src/and/hpcvm/ServicesClient.java index 6e4945c..4ea41da 100644 --- a/src/and/hpcvm/ServicesClient.java +++ b/src/and/hpcvm/ServicesClient.java @@ -38,6 +38,8 @@ public interface ServicesClient extends Remote public void saveOk() throws RemoteException ; + public Integer deployVM( String _name, String _archive, String _directory ) throws RemoteException ; + public void changeSaveName( String _n1, String _n2, int _id ) throws RemoteException ; public void setSavingNeighbor( ServicesClient _sn ) throws RemoteException ; @@ -48,7 +50,7 @@ public interface ServicesClient extends Remote public void addSavingNeighbors( ArrayList _sn ) throws RemoteException ; - public void replaceSavingNeighbor( ServicesClient _old, ServicesClient _new ) throws RemoteException ; + public void replaceSavingNeighbor( String _old, ServicesClient _new ) throws RemoteException ; public int retrieveSave( String _saveName ) throws RemoteException ;