public class VREDeployerServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements VredeployerService
| Modifier and Type | Field and Description |
|---|---|
static String |
APPROVE_MODE |
static String |
EDIT_MODE |
static String |
MODE_ATTRIBUTE |
protected static String |
ORGANIZATION_DEFAULT_LOGO |
protected static String |
ORGANIZATION_DEFAULT_LOGO_URL |
static String |
REEDIT_TYPE_ATTRIBUTE |
| Constructor and Description |
|---|
VREDeployerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClientDeployReport |
checkCreateVRE() |
boolean |
deployVRE() |
List<GHNProfile> |
getAvailableGHNs()
return the ghn available list
|
int |
getCloudVMSelected() |
VREFunctionalityModel |
getFunctionality()
read the available functionality from the service through ASL extension
|
void |
getGHNPerFunctionality(String funcId) |
String |
getHTMLReport() |
VREDescrBean |
getVRE()
return the VRE Overall Information
|
VREDeployerStatusType |
isApprovingModeEnabled() |
int |
isCloudSelected() |
boolean |
setCloudDeploy(int virtualMachines) |
boolean |
setGHNsSelected(String[] selectedGHNIds) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected static final String ORGANIZATION_DEFAULT_LOGO
protected static final String ORGANIZATION_DEFAULT_LOGO_URL
public static final String APPROVE_MODE
public static final String EDIT_MODE
public static final String REEDIT_TYPE_ATTRIBUTE
public static final String MODE_ATTRIBUTE
public VREDeployerStatusType isApprovingModeEnabled()
isApprovingModeEnabled in interface VredeployerServicepublic VREDescrBean getVRE() throws NullPointerException
getVRE in interface VredeployerServiceNullPointerExceptionpublic VREFunctionalityModel getFunctionality()
getFunctionality in interface VredeployerServicepublic void getGHNPerFunctionality(String funcId)
getGHNPerFunctionality in interface VredeployerServicepublic List<GHNProfile> getAvailableGHNs()
getAvailableGHNs in interface VredeployerServiceRemoteExceptionpublic boolean setGHNsSelected(String[] selectedGHNIds)
setGHNsSelected in interface VredeployerServiceselectedGHNIds - idCandidateGHN - public int isCloudSelected()
isCloudSelected in interface VredeployerServicepublic int getCloudVMSelected()
getCloudVMSelected in interface VredeployerServicepublic boolean setCloudDeploy(int virtualMachines)
setCloudDeploy in interface VredeployerServicevirtualMachines - public boolean deployVRE()
deployVRE in interface VredeployerServicepublic ClientDeployReport checkCreateVRE()
checkCreateVRE in interface VredeployerServicepublic String getHTMLReport()
getHTMLReport in interface VredeployerServiceCopyright © 2017. All Rights Reserved.