Module callbacks
source code
Callbacks to be used with asynchronous services. The ProcessCallbackI
is also included in the omero.scripts module for backwards
compatibility.
Copyright 2010 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
ProcessCallbackI
Simple callback which registers itself with the given process.
|
|
DeleteCallbackI
Callback used for waiting until DeleteHandlePrx will return true on
finished().
|
|
PROC_LOG = logging.getLogger("omero.scripts.ProcessCallback")
|
|
DEL_LOG = logging.getLogger("omero.api.DeleteCallback")
|
Imports:
os,
Ice,
uuid,
logging,
exceptions,
omero_Scripts_ice,
omero