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.
|
Modifier and Type | Method | Description |
---|---|---|
GlobusURL |
GramJob.getID() |
Gets the job handle of this job.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
GassServer.shutdown(GSSCredential cred,
GlobusURL gassURL) |
Shutdowns a remote gass server.
|
Modifier and Type | Field | Description |
---|---|---|
protected GlobusURL |
UrlCopy.dstUrl |
|
protected GlobusURL |
UrlCopy.srcUrl |
Modifier and Type | Method | Description |
---|---|---|
GlobusURL |
UrlCopy.getDestinationUrl() |
Returns destination url.
|
GlobusURL |
UrlCopy.getSourceUrl() |
Returns source url.
|
Modifier and Type | Method | Description |
---|---|---|
void |
UrlCopy.setDestinationUrl(GlobusURL dest) |
Sets destination url.
|
void |
UrlCopy.setSourceUrl(GlobusURL source) |
Sets source url.
|
Copyright © 2018. All rights reserved.