| Home | Trees | Index | Help |
|---|
| Package pyGlobus :: Module gassCopy |
|
| Classes | |
|---|---|
Attr |
A class to wrap the gass copy attr functions. |
GassCopy |
Provides a simple interface to protocol independent file transfers. |
HandleAttr |
A class to wrap the gass copy handle attr functions. |
| Exceptions | |
|---|---|
AttrException |
A simple subclass of GlobusException. |
GassCopyException |
A simple subclass of GlobusException. |
HandleAttrException |
A simple subclass of GlobusException. |
| Function Summary | |
|---|---|
Returns the mode of a url. | |
| Variable Summary | |
|---|---|
int |
FTP_MODE = 1 |
int |
GASS_MODE = 2 |
int |
IO_MODE = 3 |
int |
STATUS_CANCEL = 8 |
int |
STATUS_DONE = 7 |
int |
STATUS_FAILURE = -1 |
int |
STATUS_INITIAL = 2 |
int |
STATUS_NONE = 0 |
int |
STATUS_PENDING = 1 |
int |
STATUS_READ_COMPLETE = 5 |
int |
STATUS_SOURCE_READY = 3 |
int |
STATUS_TRANSFER_IN_PROGRESS = 4 |
int |
STATUS_WRITE_COMPLETE = 6 |
int |
UNSUPPORTED_MODE = 0 |
| Function Details |
|---|
get_url_mode(url)Returns the mode of a url. Given a URL returns the mode as one of the module constants defined above.
|
| Variable Details |
|---|
FTP_MODE
|
GASS_MODE
|
IO_MODE
|
STATUS_CANCEL
|
STATUS_DONE
|
STATUS_FAILURE
|
STATUS_INITIAL
|
STATUS_NONE
|
STATUS_PENDING
|
STATUS_READ_COMPLETE
|
STATUS_SOURCE_READY
|
STATUS_TRANSFER_IN_PROGRESS
|
STATUS_WRITE_COMPLETE
|
UNSUPPORTED_MODE
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Jul 15 16:32:55 2004 | http://epydoc.sf.net |