|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.info.model.GridGlueSite
public class GridGlueSite
| Constructor Summary | |
|---|---|
GridGlueSite(IGridContainer parent,
GlueSite glueSite)
Create a GridGlueSite |
|
| Method Summary | |
|---|---|
void |
dispose()
Clean up all resources that this element uses internally. |
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
IFileStore |
getFileStore()
Get the file store that this element is associated with. |
AbstractGlueTable |
getGlueElement()
Get the associated glue object. |
GlueSite |
getGlueSite()
Convenience method for getting the glue Site. |
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 this element. |
IGridContainer |
getParent()
Get the parent element of this element. |
IPath |
getPath()
Get the path of this element relative to the grid root element. |
IGridProject |
getProject()
Get the IGridProject this element belongs to. |
IResource |
getResource()
Get the corresponding resource of this element. |
java.net.URI |
getURI()
Get the URI that corresponds to this grid resource. |
boolean |
isHidden()
Determines if this element is hidden. |
boolean |
isLocal()
Determines if this element is local. |
boolean |
isVirtual()
Determines if this element is virtual. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridGlueSite(IGridContainer parent,
GlueSite glueSite)
parent - The parent of this element.glueSite - The associated glue site object.| Method Detail |
|---|
public GlueSite getGlueSite()
GlueCE object.public AbstractGlueTable getGlueElement()
public void dispose()
IGridElement
dispose in interface IGridElementpublic IFileStore getFileStore()
IGridElementnull if there is no such associated
file store. If this element is not virtual the filestore
corresponds to the file store of the corresponding resource.
getFileStore in interface IGridElementpublic java.lang.String getName()
IGridElement
getName in interface IGridElementpublic IGridContainer getParent()
IGridElementIGridContainer. This method may not return
null since the only element that is allowed to
return null is the IGridRoot which is a
singleton and is internally defined within the model.
getParent in interface IGridElementpublic IPath getPath()
IGridElement@IResource.
getPath in interface IGridElementpublic IGridProject getProject()
IGridElementIGridProject this element belongs to. This method
may return null if the element is not contained in
a project like for example an element manager and its children.
getProject in interface IGridElementIGridProject this element belongs to.public IResource getResource()
IGridElementnull if - and only if - this element is virtual.
getResource in interface IGridElementnull if this
element is virtual.public boolean isHidden()
IGridElement
isHidden in interface IGridElementpublic boolean isLocal()
IGridElementIResource) that
is local in the means that it is located on the local machine.
isLocal in interface IGridElementpublic boolean isVirtual()
IGridElementfalse
the IGridElement.getResource() method returns null. If
this method returns true the IGridElement.getResource()
has to return a valid IResource that is related to
this element.
isVirtual in interface IGridElementpublic 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 java.lang.Object getAdapter(java.lang.Class adapter)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||