g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridConnection

All Superinterfaces:
IGridConnectionElement, IGridContainer, IGridElement, IManageable, IMountable, IStorableElement

public interface IGridConnection
extends IGridConnectionElement, IManageable, IStorableElement

Base interface for filesystem mounts.


Nested Class Summary
 
Nested classes/interfaces inherited from interface eu.geclipse.core.model.IMountable
IMountable.MountPoint, IMountable.MountPointID
 
Method Summary
 boolean isGlobal()
          Specifies if this connection is global.
 
Methods inherited from interface eu.geclipse.core.model.IGridConnectionElement
canAdaptToElement, getCachedConnectionFileStore, getConnectionFileInfo, getConnectionFileStore, getElementAdapter, getError, getURI, isFolder, isValid, releaseCachedConnectionFileStore
 
Methods inherited from interface eu.geclipse.core.model.IGridContainer
canContain, contains, create, delete, deleteAll, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, isLazy, refresh, setDirty
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 
Methods inherited from interface eu.geclipse.core.model.IMountable
getMountPoint, getMountPointIDs
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 
Methods inherited from interface eu.geclipse.core.model.IManageable
getManager
 
Methods inherited from interface eu.geclipse.core.model.IStorableElement
load, save
 

Method Detail

isGlobal

boolean isGlobal()
Specifies if this connection is global. Global connections are not part of a project and are therefore not located in the workspace. The parent of a global connection is the connection manager itself.

Returns:
True if this is a global connection.

g-Eclipse
Release 1.0.0