|
__init__(self,
ctx,
needs_session=True,
use_session=None,
accepts_list=[],
cfg=None,
omero_home=path.getcwd())
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
setProxy(self,
prx)
Overrides the default action in order to register this proxy with the
session's sharedResources to register for callbacks. |
source code
|
|
|
user_client(self,
agent)
Creates an omero.client instance for use by users. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process(self,
client,
session,
job,
current,
params,
properties={},
iskill=True)
session: session uuid, used primarily if client is None client: an
omero.client object which should be attached to a session |
source code
|
|
Inherited from util.Servant :
__del__ ,
cleanup
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|