@RemoteServiceRelativePath(value="VREDeployerServiceImpl")
public interface VredeployerService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
ClientDeployReport |
checkCreateVRE() |
boolean |
deployVRE() |
List<GHNProfile> |
getAvailableGHNs() |
int |
getCloudVMSelected() |
VREFunctionalityModel |
getFunctionality() |
void |
getGHNPerFunctionality(String funcId) |
String |
getHTMLReport() |
VREDescrBean |
getVRE() |
VREDeployerStatusType |
isApprovingModeEnabled() |
int |
isCloudSelected() |
boolean |
setCloudDeploy(int virtualMachines) |
boolean |
setGHNsSelected(String[] selectedGHNIds) |
VREDescrBean getVRE() throws NullPointerException
NullPointerException
VREDeployerStatusType isApprovingModeEnabled()
int isCloudSelected()
VREFunctionalityModel getFunctionality()
List<GHNProfile> getAvailableGHNs()
boolean setGHNsSelected(String[] selectedGHNIds)
boolean setCloudDeploy(int virtualMachines)
int getCloudVMSelected()
boolean deployVRE()
ClientDeployReport checkCreateVRE()
String getHTMLReport()
void getGHNPerFunctionality(String funcId)
Copyright © 2014. All Rights Reserved.