|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.application.framework.vremanagement.vremanagement.impl.VREGenerator
public class VREGenerator
Constructor Summary | |
---|---|
VREGenerator(ASLSession session)
|
|
VREGenerator(ASLSession session,
java.lang.String id)
|
Method Summary | |
---|---|
java.lang.String[] |
checkVREStatus()
|
void |
deployVRE()
|
static ReportList |
getAllVREs(ASLSession session)
|
java.lang.String |
getCollection()
|
java.lang.String[] |
getExistingNamesVREs()
|
java.lang.String |
getFunctionality()
|
java.lang.String |
getGHNs()
|
java.lang.String |
getMetadataRelatedToCollection()
|
java.lang.String |
getQuality()
|
java.lang.String |
getVREepr()
|
java.lang.String |
getVREModel()
|
static void |
removeVRE(ASLSession session,
java.lang.String id)
|
void |
setCollection(java.lang.String[] collections)
|
void |
setFunctionality(java.lang.String[] csIDElement,
java.lang.String[] functionalityIDElement)
|
void |
setGHNs(java.lang.String[] GHNElements,
java.lang.String candidateGHN)
|
void |
setMetadataRelatedToCollection(java.lang.String[] collectionIDArray,
boolean[][] checkedArray,
java.lang.String[] mdFormatIDArray)
|
void |
setQuality(java.lang.String quality)
|
void |
setVREModel(java.lang.String VREName,
java.lang.String VREDescription,
java.lang.String VREDesigner,
java.lang.String VREManager,
long startTime,
long endTime)
|
void |
setVREtoPendingState()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VREGenerator(ASLSession session, java.lang.String id)
session
- the d4s sessionepr
- the eprpublic VREGenerator(ASLSession session)
session
- the d4s sessionMethod Detail |
---|
public static ReportList getAllVREs(ASLSession session)
session
- the d4s session
public static void removeVRE(ASLSession session, java.lang.String id)
session
- the d4s sessionid
- the id of the VRE to be removedpublic java.lang.String[] checkVREStatus() throws java.rmi.RemoteException
checkVREStatus
in interface VREGeneratorI
java.rmi.RemoteException
public void deployVRE() throws java.rmi.RemoteException
deployVRE
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String getCollection() throws java.rmi.RemoteException
getCollection
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String getGHNs() throws java.rmi.RemoteException
getGHNs
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String getVREModel() throws java.rmi.RemoteException
getVREModel
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String[] getExistingNamesVREs()
getExistingNamesVREs
in interface VREGeneratorI
public java.lang.String getFunctionality() throws java.rmi.RemoteException
getFunctionality
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String getMetadataRelatedToCollection() throws java.rmi.RemoteException
getMetadataRelatedToCollection
in interface VREGeneratorI
java.rmi.RemoteException
public java.lang.String getQuality() throws java.rmi.RemoteException
getQuality
in interface VREGeneratorI
java.rmi.RemoteException
public void setCollection(java.lang.String[] collections) throws java.rmi.RemoteException
setCollection
in interface VREGeneratorI
collections
- the collections to be set
java.rmi.RemoteException
public void setGHNs(java.lang.String[] GHNElements, java.lang.String candidateGHN) throws java.rmi.RemoteException
setGHNs
in interface VREGeneratorI
GHNElements
- the GHNs
java.rmi.RemoteException
public void setVREModel(java.lang.String VREName, java.lang.String VREDescription, java.lang.String VREDesigner, java.lang.String VREManager, long startTime, long endTime) throws java.rmi.RemoteException
setVREModel
in interface VREGeneratorI
VREName
- the VRE nameVREDescription
- a description for the VREVREDesigner
- the VRE designerVREManager
- the VRE managerstartTime
- start timeendTime
- end time
java.rmi.RemoteException
public void setVREtoPendingState() throws java.rmi.RemoteException
setVREtoPendingState
in interface VREGeneratorI
java.rmi.RemoteException
public void setFunctionality(java.lang.String[] csIDElement, java.lang.String[] functionalityIDElement) throws java.rmi.RemoteException
setFunctionality
in interface VREGeneratorI
java.rmi.RemoteException
public void setMetadataRelatedToCollection(java.lang.String[] collectionIDArray, boolean[][] checkedArray, java.lang.String[] mdFormatIDArray) throws java.rmi.RemoteException
setMetadataRelatedToCollection
in interface VREGeneratorI
collectionIDArray
- an array containing all the collection IDscheckedArray
- an array containing whether with IDs are checked (probably)mdFormatIDArray
- an array containing
java.rmi.RemoteException
public void setQuality(java.lang.String quality) throws java.rmi.RemoteException
setQuality
in interface VREGeneratorI
quality
- the quality
java.rmi.RemoteException
public java.lang.String getVREepr()
getVREepr
in interface VREGeneratorI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |