Package omero.grid

Class 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 in ImportLocation. omero.api.RawFileStore.close should be called once all data has been transferred. If the file must be re-written, call getUploader with the same index again. Once all uploads have been completed, verifyUpload should be called to initiate background processing
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void __completed​(Ice.AsyncResult __result)  
      • Methods inherited from class IceInternal.TwowayCallback

        __hasSentCallback, __sent, exception, sent
      • Methods inherited from class IceInternal.CallbackBase

        check
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Ice.TwowayCallback

        exception, exception
      • Methods inherited from interface Ice.TwowayCallbackArg1

        response
      • Methods inherited from interface Ice.TwowayCallbackArg1UE

        exception
    • Constructor Detail

      • Callback_ImportProcess_getUploader

        public Callback_ImportProcess_getUploader()
    • Method Detail

      • __completed

        public final void __completed​(Ice.AsyncResult __result)
        Specified by:
        __completed in class IceInternal.CallbackBase