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

Type AzureusLoggerChannel

RemoteAttributesMixin --+    
                        |    
    RemoteMethodMixin --+    
                        |    
         RemoteObject --+    
                        |    
            AzureusObject --+
                            |
    LoggerChannelDataType --+
                            |
                           AzureusLoggerChannel

Known Subclasses:
DopalLoggerChannel

Method Summary
  addListener(self, *args, **kwargs)
  getLogger(self, *args, **kwargs)
  getName(self, *args, **kwargs)
  isEnabled(self, *args, **kwargs)
  log(self, *args, **kwargs)
  logAlert(self, *args, **kwargs)
  logAlertRepeatable(self, *args, **kwargs)
  removeListener(self, *args, **kwargs)
  setDiagnostic(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 LoggerChannelDataType
  get_xml_type()
(Static method)

Class Variable Summary
AzureusMethods __az_methods__ = <dopal.aztypes.AzureusMethods object at...
dict __default_remote_attribute_names__ = {'enabled': 'boolea...
int LT_ERROR = 3                                                                     
int LT_INFORMATION = 1                                                                     
int LT_WARNING = 2                                                                     
    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 LoggerChannelDataType
dict __az_attributes__ = {'enabled': 'boolean', 'name': 'Stri...
dict __az_constants__ = {'LT_INFORMATION': 1, 'LT_ERROR': 3, ...

Class Variable Details

__az_methods__

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

__default_remote_attribute_names__

Type:
dict
Value:
{'enabled': 'boolean', 'name': 'String'}                               

LT_ERROR

Type:
int
Value:
3                                                                     

LT_INFORMATION

Type:
int
Value:
1                                                                     

LT_WARNING

Type:
int
Value:
2                                                                     

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