Package omero.grid
Class Callback_ImportProcess_verifyUpload
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.grid.Callback_ImportProcess_verifyUpload
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<HandlePrx>
,Ice.TwowayCallbackArg1UE<HandlePrx>
public abstract class Callback_ImportProcess_verifyUpload extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<HandlePrx>
Step 2: Passes a set of client-side calculated hashes to the server for verifying that all of the files were correctly uploaded. If this passes then aHandle
proxy is returned, which completes all the necessary import steps. A successful import will return anImportResponse
. Otherwise, someERR
will be returned.
-
-
Constructor Summary
Constructors Constructor Description Callback_ImportProcess_verifyUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-