g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IConnectionManager

All Superinterfaces:
IGridContainer, IGridElement, IGridElementManager, IGridModelNotifier

public interface IConnectionManager
extends IGridElementManager

First version of a connection manager. This is a very preliminary defintion that will for sure change in the future.


Method Summary
 IGridConnection[] getGlobalConnections()
          Get all global connections that are currently defined.
 
Methods inherited from interface eu.geclipse.core.model.IGridElementManager
addElement, canManage, removeElement
 
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.IGridModelNotifier
addGridModelListener, removeGridModelListener
 

Method Detail

getGlobalConnections

IGridConnection[] getGlobalConnections()
Get all global connections that are currently defined.

Returns:
An array containing all currently defined global connections.
See Also:
IGridConnection.isGlobal()

g-Eclipse
Release 1.0.0