|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlatformObject
eu.geclipse.core.model.impl.AbstractGridElement
eu.geclipse.info.model.GridGlueElement
eu.geclipse.info.model.GridGlueServiceApplication
public class GridGlueServiceApplication
| Constructor Summary | |
|---|---|
GridGlueServiceApplication(IGridContainer parent,
GlueService glueService)
|
|
| Method Summary | |
|---|---|
void |
addComputing(IGridComputing myComputing)
Add a computing resource |
IGridApplicationParameters |
getApplicationParameters()
|
IGridComputing[] |
getComputing()
The computings on which this application is installed. |
GlueService |
getGlueApplication()
Returns the GlueService that was passed in the constructor |
java.lang.String |
getHostName()
Get the host name of the machine (physical or virtual) that represent this resource. |
java.lang.String |
getName()
Get the name of the computing |
java.net.URI |
getScript()
get the tag of the installed application must return a URI which represents the script this script is given by the user in the uninstall wizard on the info system |
java.lang.String |
getTag()
get the tag of the installed application must return a string which represents the tag this tag is given by the deployer in the process of install and is published on the info system |
java.net.URI |
getURI()
Get the URI that corresponds to this grid resource. |
void |
setScript(java.net.URI script)
set the script to the deployed application this method is called by the uninstall wizard, so that the script can be delivered to the uninstall method |
| Methods inherited from class eu.geclipse.info.model.GridGlueElement |
|---|
getFileStore, getGlueElement, getParent, getPath, getResource, isLocal |
| Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElement |
|---|
dispose, getAdapter, getProject, isHidden, isVirtual |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.core.model.IGridElement |
|---|
dispose, getFileStore, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual |
| Constructor Detail |
|---|
public GridGlueServiceApplication(IGridContainer parent,
GlueService glueService)
parent - the parent of the elementglueService - the GlueService that describes the GRIA application| Method Detail |
|---|
public void addComputing(IGridComputing myComputing)
myComputing - an IGridComputing where this application is installedpublic IGridComputing[] getComputing()
IGridApplication
getComputing in interface IGridApplicationIGridComputings.public java.net.URI getScript()
IGridApplication
getScript in interface IGridApplicationpublic java.lang.String getTag()
IGridApplication
getTag in interface IGridApplicationpublic void setScript(java.net.URI script)
IGridApplication
setScript in interface IGridApplicationpublic java.lang.String getHostName()
IGridResource
getHostName in interface IGridResourcenull
if the resource cannot provide its hostname.public java.net.URI getURI()
IGridResourceURI that corresponds to this grid resource.
getURI in interface IGridResourcenull
if the resource may not be represented by a URI.public GlueService getGlueApplication()
nullpublic java.lang.String getName()
getName in interface IGridElementgetName in class GridGlueElementpublic IGridApplicationParameters getApplicationParameters()
getApplicationParameters in interface IGridApplication
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||