Wrapper for services. E.g. Admin Service, Delete Service etc.
Maintains reference to connection. Handles creation of service when
requested.
|
__init__(self,
conn,
func_str,
cast_to=None,
service_name=None)
Initialisation of proxy object wrapper. |
source code
|
|
ProxyObjectWrapper
|
|
Boolean
|
|
|
|
|
untaint(self)
Sets the tainted flag to False |
source code
|
|
|
close(self)
Closes the underlaying service, so next call to the proxy will create
a new instance of it. |
source code
|
|
|
|
omero.api.ServiceInterface subclass
|
|
Boolean
|
_ping(self)
For some reason, it seems that keepAlive doesn't, so every so often I
need to recreate the objects. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|