g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.model.IMountable.MountPointID

Packages that use IMountable.MountPointID
eu.geclipse.core.model   
eu.geclipse.info.model   
eu.geclipse.ui.problems   
 

Uses of IMountable.MountPointID in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IMountable.MountPointID
 IMountable.MountPointID[] IMountable.getMountPointIDs()
          Get a list of mount point IDs for this IMountable.
 

Methods in eu.geclipse.core.model with parameters of type IMountable.MountPointID
 IMountable.MountPoint IMountable.getMountPoint(IMountable.MountPointID mountID)
          Create a IMountable.MountPoint from a specific IMountable.MountPointID.
 

Uses of IMountable.MountPointID in eu.geclipse.info.model
 

Methods in eu.geclipse.info.model that return IMountable.MountPointID
 IMountable.MountPointID[] GridGlueStorage.getMountPointIDs()
           
 IMountable.MountPointID[] GridGlueService.getMountPointIDs()
           
 

Methods in eu.geclipse.info.model with parameters of type IMountable.MountPointID
 IMountable.MountPoint GridGlueStorage.getMountPoint(IMountable.MountPointID mountID)
           
 IMountable.MountPoint GridGlueService.getMountPoint(IMountable.MountPointID mountID)
           
 

Uses of IMountable.MountPointID in eu.geclipse.ui.problems
 

Constructors in eu.geclipse.ui.problems with parameters of type IMountable.MountPointID
RemountSolution(IMountable mountable, IMountable.MountPointID mountID)
          Constructor.
 


g-Eclipse
Release 1.0.0