Package dopal :: Module objects :: Class TypelessRemoteObject
[show private | hide private]
[frames | no frames]

Type TypelessRemoteObject

RemoteAttributesMixin --+
                        |
    RemoteMethodMixin --+
                        |
         RemoteObject --+
                        |
                       TypelessRemoteObject


Method Summary
    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)

Class Variable Summary
bool __use_dynamic_methods__ = True
    Inherited from RemoteAttributesMixin
dict __default_remote_attribute_names__ = {}
bool __protect_remote_attributes__ = True
bool __reset_attributes_on_refresh__ = False
    Inherited from RemoteMethodMixin
bool __use_type_checking__ = True

Class Variable Details

__use_dynamic_methods__

Type:
bool
Value:
True                                                                   

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