Package omero.grid
Class Callback_ManagedRepository_importFileset
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.grid.Callback_ManagedRepository_importFileset
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<ImportProcessPrx>
,Ice.TwowayCallbackArg1UE<ImportProcessPrx>
public abstract class Callback_ManagedRepository_importFileset extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<ImportProcessPrx>
Returns anImportProcess
which can be used to upload files. On_ImportProcessOperations.verifyUpload(java.util.List<java.lang.String>, Ice.Current)
, anHandle
will be returned which can be watched for knowing when the server-side import is complete. Client paths set in the fileset entries must /-separate their components. Once the upload is complete, theImportProcess
must be closed. Once_HandleOperations.getResponse(Ice.Current)
returns a non-null value, the handle instance can and must be closed.
-
-
Constructor Summary
Constructors Constructor Description Callback_ManagedRepository_importFileset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-