|
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.GridApplication
public class GridApplication
| Constructor Summary | |
|---|---|
GridApplication(IGridContainer parent,
GlueLocation software)
|
|
| Method Summary | |
|---|---|
void |
addComputing(IGridComputing myComputing)
Add a computing resource |
IGridApplicationParameters |
getApplicationParameters()
|
IGridComputing[] |
getComputing()
The computings on which this application is installed. |
java.lang.String |
getHostName()
Get the host name of the machine (physical or virtual) that represent this resource. |
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, getName, 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, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual |
| Constructor Detail |
|---|
public GridApplication(IGridContainer parent,
GlueLocation software)
parent - an IGridContainersoftware - a GlueLocation that describes the software| Method Detail |
|---|
public void addComputing(IGridComputing myComputing)
computing - 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 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 | |||||||||