Uses of Class
org.globus.util.GlobusURL

Packages that use GlobusURL
org.globus.gatekeeper.jobmanager   
org.globus.gatekeeper.jobmanager.internal   
org.globus.gram This library is a full implementation of the GRAM client API. 
org.globus.io.gass.server Provides a pure Java Globus GASS server for transferring files via HTTPS. 
org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another. 
org.globus.mds This library provides convenience APIs to access the MDS service. 
 

Uses of GlobusURL in org.globus.gatekeeper.jobmanager
 

Methods in org.globus.gatekeeper.jobmanager with parameters of type GlobusURL
protected  OutputStream AbstractJobManager.openUrl(GlobusURL url)
           
 

Uses of GlobusURL in org.globus.gatekeeper.jobmanager.internal
 

Methods in org.globus.gatekeeper.jobmanager.internal with parameters of type GlobusURL
 void StatusUpdater.updateStatus(GSSCredential cred, GlobusURL url, int status, int failureCode, String jmurl)
           
 

Uses of GlobusURL in org.globus.gram
 

Methods in org.globus.gram that return GlobusURL
 GlobusURL GramJob.getID()
          Gets the job handle of this job.
 

Uses of GlobusURL in org.globus.io.gass.server
 

Methods in org.globus.io.gass.server with parameters of type GlobusURL
static void GassServer.shutdown(GSSCredential cred, GlobusURL gassURL)
          Shutdowns a remote gass server.
 

Uses of GlobusURL in org.globus.io.urlcopy
 

Fields in org.globus.io.urlcopy declared as GlobusURL
protected  GlobusURL UrlCopy.srcUrl
           
protected  GlobusURL UrlCopy.dstUrl
           
 

Methods in org.globus.io.urlcopy that return GlobusURL
 GlobusURL UrlCopy.getSourceUrl()
          Returns source url.
 GlobusURL UrlCopy.getDestinationUrl()
          Returns destination url.
 

Methods in org.globus.io.urlcopy with parameters of type GlobusURL
 void UrlCopy.setSourceUrl(GlobusURL source)
          Sets source url.
 void UrlCopy.setDestinationUrl(GlobusURL dest)
          Sets destination url.
 

Uses of GlobusURL in org.globus.mds
 

Constructors in org.globus.mds with parameters of type GlobusURL
MDS(GlobusURL spec)
          Deprecated. initilaizes a connetion to the MDS database using the specified LDAP URL