Package omero.grid
Class Callback_ImportProcess_getUploader
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.grid.Callback_ImportProcess_getUploader
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<RawFileStorePrx>
,Ice.TwowayCallbackArg1UE<RawFileStorePrx>
public abstract class Callback_ImportProcess_getUploader extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<RawFileStorePrx>
Step 1: Returns a RawFileStore that can be used to upload one of the used files. The index is the same as the used file listed inImportLocation
.omero.api.RawFileStore.close
should be called once all data has been transferred. If the file must be re-written, callgetUploader
with the same index again. Once all uploads have been completed,verifyUpload
should be called to initiate background processing
-
-
Constructor Summary
Constructors Constructor Description Callback_ImportProcess_getUploader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-