Home | Trees | Index | Help |
---|
Package pyGlobus :: Module replicaManagement :: Class SessionAttr |
|
The main interface to the replica management session attribute module.
t provides get and set methods for all of the various handle specific attributes, and hides the underlying memory management.Method Summary | |
---|---|
Construct an instance. | |
Destroys an instance. | |
Copy the session attributes. | |
Get the catalog connection caching behavior. | |
Get the GridFTP handle attributes. | |
Get the rollback and restart information update frequency. | |
Return the underlying replica management handle attr handle. | |
Get the catalog connection third_party_transfer behavior. | |
Set the catalog connection caching behavior. | |
Set the GridFTP handle attributes. | |
Set the rollback and restart information update frequency. | |
Set whether to initiate an FTP third party transfer or to buffer the transfer locally. |
Method Details |
---|
__init__(self,
handle=None)
|
__del__(self)
|
copy(self)Copy the session attributes.
|
get_caching(self)Get the catalog connection caching behavior.
|
get_ftp_handleattr(self)Get the GridFTP handle attributes. These attributes are used when initializing the GridFTP handle.
|
get_ftp_update_frequency(self)Get the rollback and restart information update frequency.
|
get_handle(self)Return the underlying replica management handle attr handle.
|
get_third_party_transfer(self)Get the catalog connection third_party_transfer behavior.
|
set_caching(self, caching)Set the catalog connection caching behavior.
|
set_ftp_handleattr(self, ftpAttr)Set the GridFTP handle attributes. These attributes are used when initializing the GridFTP handle.
|
set_ftp_update_frequency(self, frequency)Set the rollback and restart information update frequency.
|
set_third_party_transfer(self, third_party_transfer)Set whether to initiate an FTP third party transfer or to buffer the transfer locally. he default is to use third party transfer.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Mon Oct 13 13:47:23 2003 | http://epydoc.sf.net |