Package dopal :: Module obj_impl :: Class AzureusDownloadStats
[show private | hide private]
[frames | no frames]

Type AzureusDownloadStats

RemoteAttributesMixin --+    
                        |    
    RemoteMethodMixin --+    
                        |    
         RemoteObject --+    
                        |    
            AzureusObject --+
                            |
    DownloadStatsDataType --+
                            |
                           AzureusDownloadStats

Known Subclasses:
DopalDownloadStats

Method Summary
  getAvailability(self, *args, **kwargs)
  getCompleted(self, *args, **kwargs)
  getDiscarded(self, *args, **kwargs)
  getDownloadAverage(self, *args, **kwargs)
  getDownloadCompleted(self, *args, **kwargs)
  getDownloadDirectory(self, *args, **kwargs)
  getDownloaded(self, *args, **kwargs)
  getElapsedTime(self, *args, **kwargs)
  getETA(self, *args, **kwargs)
  getHashFails(self, *args, **kwargs)
  getHealth(self, *args, **kwargs)
  getSecondsDownloading(self, *args, **kwargs)
  getSecondsOnlySeeding(self, *args, **kwargs)
  getShareRatio(self, *args, **kwargs)
  getStatus(self, *args, **kwargs)
  getTargetFileOrDir(self, *args, **kwargs)
  getTimeStarted(self, *args, **kwargs)
  getTimeStartedSeeding(self, *args, **kwargs)
  getTotalAverage(self, *args, **kwargs)
  getTrackerStatus(self, *args, **kwargs)
  getUploadAverage(self, *args, **kwargs)
  getUploaded(self, *args, **kwargs)
    Inherited from RemoteAttributesMixin
  __init__(self, *args, **kwargs)
  __getattr__(self, name)
  __setattr__(self, name, value)
  get_remote_attributes(self)
  is_remote_attribute(self, name)
  set_remote_attribute(self, name, value)
  update_remote_data(self, remote_attribute_dict)
    Inherited from RemoteMethodMixin
  invoke_object_method(self, method, method_args, result_type)
    Inherited from RemoteObject
  __repr__(self)
  __str__(self)
  get_connection(self)
  get_object_id(self)
  get_remote_type(self)
  get_short_object_id(self)
  refresh_object(self)
Updates the remote attributes on this object.
  verify_connection(self)
    Inherited from DownloadStatsDataType
  get_xml_type()
(Static method)

Class Variable Summary
AzureusMethods __az_methods__ = <dopal.aztypes.AzureusMethods object at...
dict __default_remote_attribute_names__ = {'download_average'...
int HEALTH_ERROR = 6                                                                     
int HEALTH_KO = 5                                                                     
int HEALTH_NO_REMOTE = 3                                                                     
int HEALTH_NO_TRACKER = 2                                                                     
int HEALTH_OK = 4                                                                     
int HEALTH_STOPPED = 1                                                                     
    Inherited from RemoteAttributesMixin
bool __protect_remote_attributes__ = True
bool __reset_attributes_on_refresh__ = False
    Inherited from RemoteMethodMixin
bool __use_dynamic_methods__ = False
bool __use_type_checking__ = True
    Inherited from DownloadStatsDataType
dict __az_attributes__ = {'download_average': 'long', 'downlo...
dict __az_constants__ = {'HEALTH_NO_REMOTE': 3, 'HEALTH_ERROR...

Class Variable Details

__az_methods__

Type:
AzureusMethods
Value:
<dopal.aztypes.AzureusMethods object at 0x008329D0>                    

__default_remote_attribute_names__

Type:
dict
Value:
{'availability': 'float',
 'completed': 'int',
 'downloadCompletedLive': 'int',
 'downloadCompletedStored': 'int',
 'download_average': 'long',
 'downloaded': 'long',
 'eta': 'String',
 'health': 'int',
...                                                                    

HEALTH_ERROR

Type:
int
Value:
6                                                                     

HEALTH_KO

Type:
int
Value:
5                                                                     

HEALTH_NO_REMOTE

Type:
int
Value:
3                                                                     

HEALTH_NO_TRACKER

Type:
int
Value:
2                                                                     

HEALTH_OK

Type:
int
Value:
4                                                                     

HEALTH_STOPPED

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 http://epydoc.sf.net