Interface FileServerPrx

  • All Superinterfaces:
    Ice.ObjectPrx
    All Known Implementing Classes:
    FileServerPrxHelper

    public interface FileServerPrx
    extends Ice.ObjectPrx
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, Ice.Callback __cb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_fileExists __cb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_fileExists​(java.lang.String fileId, Callback_FileServer_fileExists __cb)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, Ice.Callback __cb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getATime __cb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getATime​(java.lang.String fileId, Callback_FileServer_getATime __cb)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, Ice.Callback __cb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getBaseName __cb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBaseName​(java.lang.String fileId, Callback_FileServer_getBaseName __cb)
      Get base name of a file, this is the name stripped of any path, e.g.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getBulkDirectory __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getBulkDirectory __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, Ice.Callback __cb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getCTime __cb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getCTime​(java.lang.String fileId, Callback_FileServer_getCTime __cb)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getDirectory __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getDirectory​(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getDirectory __cb)
      Get an absolute directory from an OMERO.fs server.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, Ice.Callback __cb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getMTime __cb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getMTime​(java.lang.String fileId, Callback_FileServer_getMTime __cb)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, Ice.Callback __cb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getOwner __cb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getOwner​(java.lang.String fileId, Callback_FileServer_getOwner __cb)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, Ice.Callback __cb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getSHA1 __cb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSHA1​(java.lang.String fileId, Callback_FileServer_getSHA1 __cb)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, Ice.Callback __cb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getSize __cb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getSize​(java.lang.String fileId, Callback_FileServer_getSize __cb)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, Ice.Callback __cb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_getStats __cb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_getStats​(java.lang.String fileId, Callback_FileServer_getStats __cb)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, Ice.Callback __cb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_isDir __cb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isDir​(java.lang.String fileId, Callback_FileServer_isDir __cb)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, Ice.Callback __cb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_isFile __cb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_isFile​(java.lang.String fileId, Callback_FileServer_isFile __cb)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, Ice.Callback __cb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_FileServer_readBlock __cb)
      readBlock should open, read size bytes from offset and then close the file.
      Ice.AsyncResult begin_readBlock​(java.lang.String fileId, long offset, int size, Callback_FileServer_readBlock __cb)
      readBlock should open, read size bytes from offset and then close the file.
      boolean end_fileExists​(Ice.AsyncResult __result)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      float end_getATime​(Ice.AsyncResult __result)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String end_getBaseName​(Ice.AsyncResult __result)
      Get base name of a file, this is the name stripped of any path, e.g.
      FileStats[] end_getBulkDirectory​(Ice.AsyncResult __result)
      Get an absolute directory from an OMERO.fs server.
      float end_getCTime​(Ice.AsyncResult __result)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String[] end_getDirectory​(Ice.AsyncResult __result)
      Get an absolute directory from an OMERO.fs server.
      float end_getMTime​(Ice.AsyncResult __result)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String end_getOwner​(Ice.AsyncResult __result)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String end_getSHA1​(Ice.AsyncResult __result)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      long end_getSize​(Ice.AsyncResult __result)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      FileStats end_getStats​(Ice.AsyncResult __result)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      boolean end_isDir​(Ice.AsyncResult __result)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      boolean end_isFile​(Ice.AsyncResult __result)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      byte[] end_readBlock​(Ice.AsyncResult __result)
      readBlock should open, read size bytes from offset and then close the file.
      boolean fileExists​(java.lang.String fileId)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      boolean fileExists​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query the existence of a file An exception will be raised if the method fails to determine the existence.
      float getATime​(java.lang.String fileId)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      float getATime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String getBaseName​(java.lang.String fileId)
      Get base name of a file, this is the name stripped of any path, e.g.
      java.lang.String getBaseName​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get base name of a file, this is the name stripped of any path, e.g.
      FileStats[] getBulkDirectory​(java.lang.String absPath, java.lang.String filter)
      Get an absolute directory from an OMERO.fs server.
      FileStats[] getBulkDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get an absolute directory from an OMERO.fs server.
      float getCTime​(java.lang.String fileId)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      float getCTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String[] getDirectory​(java.lang.String absPath, java.lang.String filter)
      Get an absolute directory from an OMERO.fs server.
      java.lang.String[] getDirectory​(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get an absolute directory from an OMERO.fs server.
      float getMTime​(java.lang.String fileId)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      float getMTime​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String getOwner​(java.lang.String fileId)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String getOwner​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String getSHA1​(java.lang.String fileId)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      java.lang.String getSHA1​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.
      long getSize​(java.lang.String fileId)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      long getSize​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
      FileStats getStats​(java.lang.String fileId)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      FileStats getStats​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
      boolean isDir​(java.lang.String fileId)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      boolean isDir​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
      boolean isFile​(java.lang.String fileId)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      boolean isFile​(java.lang.String fileId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
      byte[] readBlock​(java.lang.String fileId, long offset, int size)
      readBlock should open, read size bytes from offset and then close the file.
      byte[] readBlock​(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      readBlock should open, read size bytes from offset and then close the file.
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Method Detail

      • getDirectory

        java.lang.String[] getDirectory​(java.lang.String absPath,
                                        java.lang.String filter)
                                 throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        filter - a filter to apply to the listing, cf. ls (string).
        Returns:
        a directory listing (Ice::StringSeq).
        Throws:
        OmeroFSError
      • getDirectory

        java.lang.String[] getDirectory​(java.lang.String absPath,
                                        java.lang.String filter,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                 throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        filter - a filter to apply to the listing, cf. ls (string).
        __ctx - The Context map to send with the invocation.
        Returns:
        a directory listing (Ice::StringSeq).
        Throws:
        OmeroFSError
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           Ice.Callback __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Ice.Callback __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           Callback_FileServer_getDirectory __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Callback_FileServer_getDirectory __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDirectory

        Ice.AsyncResult begin_getDirectory​(java.lang.String absPath,
                                           java.lang.String filter,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getDirectory

        java.lang.String[] end_getDirectory​(Ice.AsyncResult __result)
                                     throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain just the file names for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a directory listing (Ice::StringSeq).
        Throws:
        OmeroFSError
      • getBulkDirectory

        FileStats[] getBulkDirectory​(java.lang.String absPath,
                                     java.lang.String filter)
                              throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        filter - a filter to apply to the listing, cf. ls (string).
        Returns:
        a directory listing (FileStatsList).
        Throws:
        OmeroFSError
      • getBulkDirectory

        FileStats[] getBulkDirectory​(java.lang.String absPath,
                                     java.lang.String filter,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        filter - a filter to apply to the listing, cf. ls (string).
        __ctx - The Context map to send with the invocation.
        Returns:
        a directory listing (FileStatsList).
        Throws:
        OmeroFSError
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               Ice.Callback __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               Callback_FileServer_getBulkDirectory __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_FileServer_getBulkDirectory __cb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getBulkDirectory

        Ice.AsyncResult begin_getBulkDirectory​(java.lang.String absPath,
                                               java.lang.String filter,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        absPath - an absolute path on the monitor's watch path (string).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getBulkDirectory

        FileStats[] end_getBulkDirectory​(Ice.AsyncResult __result)
                                  throws OmeroFSError
        Get an absolute directory from an OMERO.fs server. The returned list will contain the file stats for each directory entry. An exception will be raised if the path does not exist or is inaccessible to the OMERO.fs server. An exception will be raised if directory list cannot be returned for any other reason.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a directory listing (FileStatsList).
        Throws:
        OmeroFSError
      • fileExists

        boolean fileExists​(java.lang.String fileId)
                    throws OmeroFSError
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        Returns:
        existence of file.
        Throws:
        OmeroFSError
      • fileExists

        boolean fileExists​(java.lang.String fileId,
                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
                    throws OmeroFSError
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        existence of file.
        Throws:
        OmeroFSError
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         Ice.Callback __cb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Ice.Callback __cb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         Callback_FileServer_fileExists __cb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Callback_FileServer_fileExists __cb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         IceInternal.Functional_BoolCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         IceInternal.Functional_BoolCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_BoolCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_fileExists

        Ice.AsyncResult begin_fileExists​(java.lang.String fileId,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_BoolCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_fileExists

        boolean end_fileExists​(Ice.AsyncResult __result)
                        throws OmeroFSError
        Query the existence of a file An exception will be raised if the method fails to determine the existence.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        existence of file.
        Throws:
        OmeroFSError
      • getBaseName

        java.lang.String getBaseName​(java.lang.String fileId)
                              throws OmeroFSError
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        base name.
        Throws:
        OmeroFSError
      • getBaseName

        java.lang.String getBaseName​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws OmeroFSError
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        base name.
        Throws:
        OmeroFSError
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          Ice.Callback __cb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          Ice.Callback __cb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          Callback_FileServer_getBaseName __cb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          Callback_FileServer_getBaseName __cb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                          IceInternal.Functional_BoolCallback __sentCb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getBaseName

        Ice.AsyncResult begin_getBaseName​(java.lang.String fileId,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                          IceInternal.Functional_BoolCallback __sentCb)
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getBaseName

        java.lang.String end_getBaseName​(Ice.AsyncResult __result)
                                  throws OmeroFSError
        Get base name of a file, this is the name stripped of any path, e.g. file.ext An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        base name.
        Throws:
        OmeroFSError
      • getStats

        FileStats getStats​(java.lang.String fileId)
                    throws OmeroFSError
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        file stats (FileStats).
        Throws:
        OmeroFSError
      • getStats

        FileStats getStats​(java.lang.String fileId,
                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
                    throws OmeroFSError
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        file stats (FileStats).
        Throws:
        OmeroFSError
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       Ice.Callback __cb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Ice.Callback __cb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       Callback_FileServer_getStats __cb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Callback_FileServer_getStats __cb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getStats

        Ice.AsyncResult begin_getStats​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getStats

        FileStats end_getStats​(Ice.AsyncResult __result)
                        throws OmeroFSError
        Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        file stats (FileStats).
        Throws:
        OmeroFSError
      • getSize

        long getSize​(java.lang.String fileId)
              throws OmeroFSError
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        byte size of file (long).
        Throws:
        OmeroFSError
      • getSize

        long getSize​(java.lang.String fileId,
                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
              throws OmeroFSError
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        byte size of file (long).
        Throws:
        OmeroFSError
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      Ice.Callback __cb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Ice.Callback __cb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      Callback_FileServer_getSize __cb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Callback_FileServer_getSize __cb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      IceInternal.Functional_LongCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      IceInternal.Functional_LongCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_LongCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSize

        Ice.AsyncResult begin_getSize​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_LongCallback __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getSize

        long end_getSize​(Ice.AsyncResult __result)
                  throws OmeroFSError
        Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        byte size of file (long).
        Throws:
        OmeroFSError
      • getOwner

        java.lang.String getOwner​(java.lang.String fileId)
                           throws OmeroFSError
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        owner of file (string).
        Throws:
        OmeroFSError
      • getOwner

        java.lang.String getOwner​(java.lang.String fileId,
                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
                           throws OmeroFSError
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        owner of file (string).
        Throws:
        OmeroFSError
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       Ice.Callback __cb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Ice.Callback __cb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       Callback_FileServer_getOwner __cb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Callback_FileServer_getOwner __cb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getOwner

        Ice.AsyncResult begin_getOwner​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getOwner

        java.lang.String end_getOwner​(Ice.AsyncResult __result)
                               throws OmeroFSError
        Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        owner of file (string).
        Throws:
        OmeroFSError
      • getCTime

        float getCTime​(java.lang.String fileId)
                throws OmeroFSError
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        ctime of file (float).
        Throws:
        OmeroFSError
      • getCTime

        float getCTime​(java.lang.String fileId,
                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                throws OmeroFSError
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        ctime of file (float).
        Throws:
        OmeroFSError
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       Ice.Callback __cb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Ice.Callback __cb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       Callback_FileServer_getCTime __cb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Callback_FileServer_getCTime __cb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getCTime

        Ice.AsyncResult begin_getCTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getCTime

        float end_getCTime​(Ice.AsyncResult __result)
                    throws OmeroFSError
        Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        ctime of file (float).
        Throws:
        OmeroFSError
      • getMTime

        float getMTime​(java.lang.String fileId)
                throws OmeroFSError
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        mtime of file (float).
        Throws:
        OmeroFSError
      • getMTime

        float getMTime​(java.lang.String fileId,
                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                throws OmeroFSError
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        mtime of file (float).
        Throws:
        OmeroFSError
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       Ice.Callback __cb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Ice.Callback __cb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       Callback_FileServer_getMTime __cb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Callback_FileServer_getMTime __cb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMTime

        Ice.AsyncResult begin_getMTime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getMTime

        float end_getMTime​(Ice.AsyncResult __result)
                    throws OmeroFSError
        Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        mtime of file (float).
        Throws:
        OmeroFSError
      • getATime

        float getATime​(java.lang.String fileId)
                throws OmeroFSError
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        atime of file (float).
        Throws:
        OmeroFSError
      • getATime

        float getATime​(java.lang.String fileId,
                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                throws OmeroFSError
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        atime of file (float).
        Throws:
        OmeroFSError
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       Ice.Callback __cb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Ice.Callback __cb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       Callback_FileServer_getATime __cb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       Callback_FileServer_getATime __cb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getATime

        Ice.AsyncResult begin_getATime​(java.lang.String fileId,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                       IceInternal.Functional_FloatCallback __responseCb,
                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                       IceInternal.Functional_BoolCallback __sentCb)
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getATime

        float end_getATime​(Ice.AsyncResult __result)
                    throws OmeroFSError
        Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        atime of file (float).
        Throws:
        OmeroFSError
      • isDir

        boolean isDir​(java.lang.String fileId)
               throws OmeroFSError
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        true is directory (bool).
        Throws:
        OmeroFSError
      • isDir

        boolean isDir​(java.lang.String fileId,
                      java.util.Map<java.lang.String,​java.lang.String> __ctx)
               throws OmeroFSError
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        true is directory (bool).
        Throws:
        OmeroFSError
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    Ice.Callback __cb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                    Ice.Callback __cb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    Callback_FileServer_isDir __cb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                    Callback_FileServer_isDir __cb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    IceInternal.Functional_BoolCallback __responseCb,
                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    IceInternal.Functional_BoolCallback __responseCb,
                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                    IceInternal.Functional_BoolCallback __sentCb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                    IceInternal.Functional_BoolCallback __responseCb,
                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_isDir

        Ice.AsyncResult begin_isDir​(java.lang.String fileId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                    IceInternal.Functional_BoolCallback __responseCb,
                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                    IceInternal.Functional_BoolCallback __sentCb)
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_isDir

        boolean end_isDir​(Ice.AsyncResult __result)
                   throws OmeroFSError
        Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        true is directory (bool).
        Throws:
        OmeroFSError
      • isFile

        boolean isFile​(java.lang.String fileId)
                throws OmeroFSError
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        true if file (bool).
        Throws:
        OmeroFSError
      • isFile

        boolean isFile​(java.lang.String fileId,
                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                throws OmeroFSError
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        true if file (bool).
        Throws:
        OmeroFSError
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     Ice.Callback __cb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                     Ice.Callback __cb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     Callback_FileServer_isFile __cb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                     Callback_FileServer_isFile __cb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     IceInternal.Functional_BoolCallback __responseCb,
                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     IceInternal.Functional_BoolCallback __responseCb,
                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                     IceInternal.Functional_BoolCallback __sentCb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                     IceInternal.Functional_BoolCallback __responseCb,
                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_isFile

        Ice.AsyncResult begin_isFile​(java.lang.String fileId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                     IceInternal.Functional_BoolCallback __responseCb,
                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                     IceInternal.Functional_BoolCallback __sentCb)
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_isFile

        boolean end_isFile​(Ice.AsyncResult __result)
                    throws OmeroFSError
        Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        true if file (bool).
        Throws:
        OmeroFSError
      • getSHA1

        java.lang.String getSHA1​(java.lang.String fileId)
                          throws OmeroFSError
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        Returns:
        SHA1 hex hash digest of file (string).
        Throws:
        OmeroFSError
      • getSHA1

        java.lang.String getSHA1​(java.lang.String fileId,
                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                          throws OmeroFSError
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        SHA1 hex hash digest of file (string).
        Throws:
        OmeroFSError
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      Ice.Callback __cb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Ice.Callback __cb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      Callback_FileServer_getSHA1 __cb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      Callback_FileServer_getSHA1 __cb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSHA1

        Ice.AsyncResult begin_getSHA1​(java.lang.String fileId,
                                      java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                      IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                      IceInternal.Functional_BoolCallback __sentCb)
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        fileId - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getSHA1

        java.lang.String end_getSHA1​(Ice.AsyncResult __result)
                              throws OmeroFSError
        Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the SHA1 cannot be generated for any reason.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        SHA1 hex hash digest of file (string).
        Throws:
        OmeroFSError
      • readBlock

        byte[] readBlock​(java.lang.String fileId,
                         long offset,
                         int size)
                  throws OmeroFSError
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        offset - byte offset into file from where read should begin (long).
        size - number of bytes that should be read (int).
        Returns:
        byte sequence of upto size bytes.
        Throws:
        OmeroFSError
      • readBlock

        byte[] readBlock​(java.lang.String fileId,
                         long offset,
                         int size,
                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
                  throws OmeroFSError
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        offset - byte offset into file from where read should begin (long).
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        Returns:
        byte sequence of upto size bytes.
        Throws:
        OmeroFSError
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        Ice.Callback __cb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Ice.Callback __cb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        Callback_FileServer_readBlock __cb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Callback_FileServer_readBlock __cb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_readBlock

        Ice.AsyncResult begin_readBlock​(java.lang.String fileId,
                                        long offset,
                                        int size,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        fileId - see above.
        size - number of bytes that should be read (int).
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_readBlock

        byte[] end_readBlock​(Ice.AsyncResult __result)
                      throws OmeroFSError
        readBlock should open, read size bytes from offset and then close the file. An exception will be raised if the file no longer exists or is inaccessible. An exception will be raised if the file read fails for any other reason.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        byte sequence of upto size bytes.
        Throws:
        OmeroFSError