g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Class IMountable.MountPoint

java.lang.Object
  extended by eu.geclipse.core.model.IMountable.MountPoint
Enclosing interface:
IMountable

public static class IMountable.MountPoint
extends java.lang.Object

This anonymous class represents a mount point and IGridConnection can be created from the enclosed information.


Constructor Summary
IMountable.MountPoint(java.lang.String name, java.net.URI uri)
          Create a new mount point with the specified name and uri.
 
Method Summary
 java.lang.String getName()
          Get this mount point's name.
 java.net.URI getURI()
          Get this mount point's uri, i.e. the remote (or local) target.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMountable.MountPoint

public IMountable.MountPoint(java.lang.String name,
                             java.net.URI uri)
Create a new mount point with the specified name and uri.

Parameters:
name - The name of the mount point. This may be used to represent the mount point to the user. By default this is used as the name of the IGridConnection that is generated from this mount point.
uri - The uri of the mount point, i.e. the remote (or local) location the resulting IGridConnection points to.
Method Detail

getName

public java.lang.String getName()
Get this mount point's name.

Returns:
The name of this mount point.

getURI

public java.net.URI getURI()
Get this mount point's uri, i.e. the remote (or local) target.

Returns:
The URI of this mount point.

g-Eclipse
Release 1.0.0