| Method Summary |
| |
__init__(self)
|
| |
__del__(self)
|
| |
append(self,
attr,
url,
length)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| |
get(self,
attr,
url)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| |
put(self,
attr,
url,
length)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| |
register_append(self,
attr,
url,
callback,
arg,
length)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| |
register_get(self,
attr,
url,
callback,
arg)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| |
register_put(self,
attr,
url,
callback,
arg,
length)
Return ret is the return value from the underlying globus call if ret == 0
then the call was 'successful' in the globus sense |
| Inherited from TransData |
| |
free_callback(self,
cbHandle)
Free a callback. |
| |
receive_bytes(self,
request,
buffer,
wait_for_amount,
callback,
arg)
Return a SWIG'ized pointer to the callback handle is returned. |
| |
send_bytes(self,
request,
buffer,
eof,
callback,
arg)
After authorizing a request the server calls send bytes which sends
the data in the buffer object |