g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridApplication

All Superinterfaces:
IGridElement, IGridResource
All Known Implementing Classes:
GridApplication, GridGlueServiceApplication

public interface IGridApplication
extends IGridResource

An IGridApplication represents VO- and Computing specific applications that are accessible to the user.


Method Summary
 IGridApplicationParameters getApplicationParameters()
           
 IGridComputing[] getComputing()
          The computings on which this application is installed.
 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
 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 interface eu.geclipse.core.model.IGridResource
getHostName, getURI
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

getComputing

IGridComputing[] getComputing()
The computings on which this application is installed.

Returns:
The IGridComputings.

getTag

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

Returns:
String

getScript

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

Returns:
URI

setScript

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

Parameters:
script -

getApplicationParameters

IGridApplicationParameters getApplicationParameters()

g-Eclipse
Release 1.0.0