Package omero :: Package gateway :: Class ProxyObjectWrapper
[hide private]
[frames] | no frames]

Class ProxyObjectWrapper

source code


Instance Methods [hide private]
 
__init__(self, conn, func_str)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
clone(self) source code
 
_connect(self)
Returns True if connected.
source code
 
taint(self) source code
 
untaint(self) source code
 
close(self)
Closes the underlaying service, so next call to the proxy will create a new instance of it.
source code
 
_resyncConn(self, conn) source code
 
_getObj(self)
Returns: obj
source code
 
_ping(self)
For some reason, it seems that keepAlive doesn't, so every so often I need to recreate the objects.
source code
 
__getattr__(self, attr)
Returns: rv
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, conn, func_str)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_connect(self)

source code 

Returns True if connected.

Returns:
Boolean

_resyncConn(self, conn)

source code 
Parameters:
  • conn - Connection

_getObj(self)

source code 
Returns:
obj

_ping(self)

source code 

For some reason, it seems that keepAlive doesn't, so every so often I need to recreate the objects.

Returns:
Boolean

__getattr__(self, attr)
(Qualification operator)

source code 
Parameters:
  • attr - Connection
Returns:
rv