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

Type RemoteObject

Known Subclasses:
AzureusObject, TypelessRemoteObject

Method Summary
  __init__(self, connection, object_id, attributes)
  __repr__(self)
  __str__(self)
  get_connection(self)
  get_object_id(self)
  get_remote_attributes(self)
  get_remote_type(self)
  get_short_object_id(self)
  invoke_object_method(self, method, method_args, result_type)
  refresh_object(self)
Updates the remote attributes on this object.
  set_remote_attribute(self, name, value)
  update_remote_data(self, attribute_data)
  verify_connection(self)

Method Details

refresh_object(self)

Updates the remote attributes on this object.
Returns:
None
Raises:
NonRefreshableConnectionlessObjectError - If the object is not attached to a connection.

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