Package gnue :: Package common :: Package rpc :: Package drivers :: Package xmlrpc :: Module ClientAdapter :: Class ObjectProxy
[show private | hide private]

Class ObjectProxy

ServerProxy --+
              |
             ObjectProxy


A proxy class providing an execution context of server side objects.
Method Summary
  __init__(self, adapter, item)
  __del__(self)
Remove the object from the server's object store.
  __getattr__(self, name)
Wrap a ProxyMethod around the requested attribute name.
    Inherited from ServerProxy
  __repr__(self)
  __str__(self)

Method Details

__init__(self, adapter, item)
(Constructor)

Overrides:
gnue.common.rpc.drivers.Base.ServerProxy.__init__

__del__(self)
(Destructor)

Remove the object from the server's object store. Further access to this object will lead to an exception

__getattr__(self, name)
(Qualification operator)

Wrap a ProxyMethod around the requested attribute name.
Parameters:
name - (method)-name to be wrapped within a ProxyMethod
Overrides:
gnue.common.rpc.drivers.Base.ServerProxy.__getattr__ (inherited documentation)


GNUe Home

Public API

Developer's Corner