Package pyGlobus :: Module gassTransfer :: Class TransRequest
[show private | hide private]
[frames | no frames]

Class TransRequest


Simple class that wraps the request handle for clients and server handle is the request handle pointer isClient is true if it is a client-side handle
Method Summary
  __init__(self, handle, isClient)
  __del__(self)
  get_handle(self)
  get_request_type(self)
Returns a string the request type of the Request handle
  get_status(self)
Return the status of the request handle
  get_subject(self)
Returns the subject associated with the request, the subject has to be set by the user,
  get_url(self)
Returns the url associated with the request

Method Details

get_request_type(self)

Returns a string the request type of the Request handle

get_status(self)

Return the status of the request handle

get_subject(self)

Returns the subject associated with the request, the subject has to be set by the user,

Setting the subject of a request is a feature that has not been implemented yet

get_url(self)

Returns the url associated with the request

Generated by Epydoc 2.1 on Wed Dec 15 16:10:35 2004 http://epydoc.sf.net