|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.vremodeler.impl.ModelerService
public class ModelerService
Constructor Summary | |
---|---|
ModelerService()
|
Method Summary | |
---|---|
java.lang.String |
checkStatus(VOID var)
|
void |
deployVRE(VOID var)
|
int |
getCloudVMs(VOID r)
|
CollectionList |
getCollection(VOID var)
Return an XML with all the collection selectable |
VREDescription |
getDescription(VOID var)
|
FunctionalityList |
getFunctionality(VOID var)
Return an xml with the selectable functionalities String |
GHNList |
getGHNs(VOID var)
return an XML containing the GHN list |
java.lang.String |
getQuality(VOID var)
Return an XML with Quality parameter to insert |
boolean |
isUseCloud(VOID r)
|
void |
setCloudVMs(int numberOfVMs)
|
void |
setCollection(CollectionArray request)
Insert in the DB the selected collection |
void |
setDescription(VREDescription request)
|
void |
setFunctionality(FunctionalityIDArray request)
|
void |
setGHNs(GHNArray request)
Set the GHNs for deploying |
void |
setQuality(java.lang.String request)
Sets Quality parameters |
void |
setUseCloud(boolean val)
|
void |
setVREtoPendingState(VOID var)
set the DL state to Pending |
void |
undeployVRE(VOID var)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelerService()
Method Detail |
---|
public void setDescription(VREDescription request) throws GCUBEFault
request
- void
java.rmi.RemoteException
- -
GCUBEFault
public VREDescription getDescription(VOID var) throws GCUBEFault
request
- void
java.rmi.RemoteException
- -
GCUBEFault
public GHNList getGHNs(VOID var) throws GCUBEFault
request
- void
@throws
- GCUBEFault - if the clud is selected as Architecture or something fails on db
GCUBEFault
public void setGHNs(GHNArray request) throws GCUBEFault
request
- array of GHNs ids
GCUBEFault
- - if the clud is selected as Architecture or something fails on dbpublic CollectionList getCollection(VOID var) throws GCUBEFault
request
- void
GCUBEFault
- -public void setCollection(CollectionArray request) throws GCUBEFault
request
- An Array that contains the selected collections ids
GCUBEFault
- -public FunctionalityList getFunctionality(VOID var) throws GCUBEFault
request
- void
GCUBEFault
- -public void setFunctionality(FunctionalityIDArray request) throws GCUBEFault
GCUBEFault
- -public java.lang.String getQuality(VOID var) throws GCUBEFault
request
- void
GCUBEFault
- -public void setQuality(java.lang.String request) throws GCUBEFault
request
-
GCUBEFault
- -public void setVREtoPendingState(VOID var) throws GCUBEFault
request
-
GCUBEFault
- -public void deployVRE(VOID var) throws GCUBEFault
request
-
GCUBEFault
- -public java.lang.String checkStatus(VOID var) throws java.lang.Exception
var
-
java.lang.Exception
public void undeployVRE(VOID var) throws GCUBEFault
request
-
java.rmi.RemoteException
- -
GCUBEFault
public void setUseCloud(boolean val) throws java.lang.Exception
val
- boolean
java.lang.Exception
public boolean isUseCloud(VOID r) throws java.lang.Exception
r
- VOID
java.lang.Exception
public void setCloudVMs(int numberOfVMs) throws java.lang.Exception
numberOfVMs
-
java.lang.Exception
public int getCloudVMs(VOID r) throws java.lang.Exception
r
- VOID
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |