Uses of Class
org.globus.util.GlobusURL
-
Packages that use GlobusURL Package Description 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. -
-
Uses of GlobusURL in org.globus.gram
Fields in org.globus.gram declared as GlobusURL Modifier and Type Field Description private GlobusURLGramJob. idMethods in org.globus.gram that return GlobusURL Modifier and Type Method Description GlobusURLGramJob. getID()Gets the job handle of this job.Methods in org.globus.gram with parameters of type GlobusURL Modifier and Type Method Description private static GatekeeperReplyGram. jmConnect(org.ietf.jgss.GSSCredential cred, GlobusURL jobURL, java.lang.String msg) -
Uses of GlobusURL in org.globus.io.gass.server
Methods in org.globus.io.gass.server with parameters of type GlobusURL Modifier and Type Method Description static voidGassServer. shutdown(org.ietf.jgss.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 Modifier and Type Field Description protected GlobusURLUrlCopy. dstUrlprotected GlobusURLUrlCopy. srcUrlMethods in org.globus.io.urlcopy that return GlobusURL Modifier and Type Method Description GlobusURLUrlCopy. getDestinationUrl()Returns destination url.GlobusURLUrlCopy. getSourceUrl()Returns source url.Methods in org.globus.io.urlcopy with parameters of type GlobusURL Modifier and Type Method Description private voidUrlCopy. checkUrl(GlobusURL url)private FTPClientUrlCopy. createFTPConnection(GlobusURL ftpURL, boolean srcSide)Creates ftp connection based on the ftp url (secure vs.voidUrlCopy. setDestinationUrl(GlobusURL dest)Sets destination url.voidUrlCopy. setSourceUrl(GlobusURL source)Sets source url.
-