g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IManageable

All Superinterfaces:
IGridElement
All Known Subinterfaces:
IGridConnection, IGridJob, IServiceJob
All Known Implementing Classes:
AbstractServiceJob, AbstractSubmittableServiceJob, GridAccessServiceJob, GridJob

public interface IManageable
extends IGridElement

Grid elements that implement this interface have an associated IGridElementManager who is responsible to manage all instances of this special type of element.


Method Summary
 IGridElementManager getManager()
          Get the manager that is responsible for the element.
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

getManager

IGridElementManager getManager()
Get the manager that is responsible for the element.

Returns:
This element's IGridElementManager.

g-Eclipse
Release 1.0.0