usermode_processor(client,
serverid="UsermodeProcessor",
cfg=None,
accepts_list=None,
stop_event=None)
| source code
|
Creates an activates a usermode processor for the given client. It is
the responsibility of the client to call "cleanup()" on the
ProcessorI implementation which is returned.
cfg is the path to an --Ice.Config-valid file or files. If none is
given, the value of ICE_CONFIG will be taken from the environment if
available. Otherwise, all properties will be taken from the client
instance.
accepts_list is the list of IObject instances which will be passed to
omero.api.IScripts.validateScript. If none is given, only the current
Experimenter's own object will be passed.
stop_event is an threading.Event. One will be acquired from
omero.util.concurrency.get_event if none is provided.
|