| Home | Trees | Index | Help |
|---|
| Module rlsClient |
|
| Classes | |
|---|---|
RlsAttr |
A class to wrap the RLS globus_rls_attribute_t structure. |
RlsClient |
A class to wrap the RLS client functions |
| Exceptions | |
|---|---|
RlsAttrException |
A simple subclass of Exception. |
RlsClientException |
A simple subclass of Exception. |
| Function Summary | |
|---|---|
_checkLFN(lfn)
| |
_checkPFN(pfn)
| |
_checkRenameMap(renamemap)
| |
Fix an individual item in a bulk rename map. | |
Given a list of things that are either 2-tuples or lists of length 2 containg string [[str]], try to convert it to [(str,str)] Returns None if namemap is badly formed. | |
| Variable Summary | |
|---|---|
int |
admin_cmd_ping = 0 |
int |
admin_cmd_quit = 1 |
int |
admin_cmd_ssu = 2 |
int |
attr_op_all = 0 |
int |
attr_op_btw = 7 |
int |
attr_op_eq = 1 |
int |
attr_op_ge = 4 |
int |
attr_op_gt = 3 |
int |
attr_op_le = 6 |
int |
attr_op_like = 8 |
int |
attr_op_lt = 5 |
int |
attr_op_ne = 2 |
int |
attr_type_date = 0 |
int |
attr_type_flt = 1 |
int |
attr_type_int = 2 |
int |
attr_type_str = 3 |
int |
obj_lrc_lfn = 0 |
int |
obj_lrc_pfn = 1 |
int |
obj_rli_lfn = 2 |
int |
obj_rli_lrc = 3 |
int |
rls_pattern_sql = 1 |
int |
rls_pattern_unix = 0 |
| Function Details |
|---|
_fixRenameItem(item)Fix an individual item in a bulk rename map. See _tryToFixRenameMap |
_tryToFixRenameMap(namemap)
Given a list of things that are either 2-tuples or
lists of length 2 containg string [[str]],
try to convert it to [(str,str)]
Returns None if namemap is badly formed.
Otherwise it builds a completely
rebuilt namemap.
|
| Variable Details |
|---|
admin_cmd_ping
|
admin_cmd_quit
|
admin_cmd_ssu
|
attr_op_all
|
attr_op_btw
|
attr_op_eq
|
attr_op_ge
|
attr_op_gt
|
attr_op_le
|
attr_op_like
|
attr_op_lt
|
attr_op_ne
|
attr_type_date
|
attr_type_flt
|
attr_type_int
|
attr_type_str
|
obj_lrc_lfn
|
obj_lrc_pfn
|
obj_rli_lfn
|
obj_rli_lrc
|
rls_pattern_sql
|
rls_pattern_unix
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Aug 24 09:10:41 2005 | http://epydoc.sf.net |