Package omero.grid.monitors
Class FileServerPrxHelper
- java.lang.Object
-
- Ice.ObjectPrxHelperBase
-
- omero.grid.monitors.FileServerPrxHelper
-
- All Implemented Interfaces:
Ice.ObjectPrx
,java.io.Serializable
,FileServerPrx
public final class FileServerPrxHelper extends Ice.ObjectPrxHelperBase implements FileServerPrx
Provides type-specific helper functions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FileServerPrxHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
__fileExists_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__getATime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
static void
__getBaseName_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
static void
__getBulkDirectory_completed(Ice.TwowayCallbackArg1UE<FileStats[]> __cb, Ice.AsyncResult __result)
static void
__getCTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
static void
__getDirectory_completed(Ice.TwowayCallbackArg1UE<java.lang.String[]> __cb, Ice.AsyncResult __result)
static void
__getMTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
static void
__getOwner_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
static void
__getSHA1_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
static void
__getSize_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
static void
__getStats_completed(Ice.TwowayCallbackArg1UE<FileStats> __cb, Ice.AsyncResult __result)
static void
__isDir_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__isFile_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static FileServerPrx
__read(IceInternal.BasicStream __is)
static void
__readBlock_completed(Ice.TwowayCallbackArg1UE<byte[]> __cb, Ice.AsyncResult __result)
static void
__write(IceInternal.BasicStream __os, FileServerPrx v)
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.static FileServerPrx
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.static FileServerPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.static FileServerPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.static FileServerPrx
checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.boolean
end_fileExists(Ice.AsyncResult __iresult)
Query the existence of a file An exception will be raised if the method fails to determine the existence.float
end_getATime(Ice.AsyncResult __iresult)
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 __iresult)
Get base name of a file, this is the name stripped of any path, e.g.FileStats[]
end_getBulkDirectory(Ice.AsyncResult __iresult)
Get an absolute directory from an OMERO.fs server.float
end_getCTime(Ice.AsyncResult __iresult)
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 __iresult)
Get an absolute directory from an OMERO.fs server.float
end_getMTime(Ice.AsyncResult __iresult)
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 __iresult)
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 __iresult)
Get SHA1 of a file An exception will be raised if the file no longer exists or is inaccessible.long
end_getSize(Ice.AsyncResult __iresult)
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 __iresult)
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 __iresult)
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 __iresult)
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 __iresult)
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.static java.lang.String
ice_staticId()
Provides the Slice type ID of this type.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.static FileServerPrx
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.static FileServerPrx
uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.-
Methods inherited from class Ice.ObjectPrxHelperBase
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, 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, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileExists
public boolean fileExists(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- existence of file.
- Throws:
OmeroFSError
-
fileExists
public boolean fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- existence of file.
- Throws:
OmeroFSError
-
begin_fileExists
public Ice.AsyncResult begin_fileExists(java.lang.String fileId)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_fileExists
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_fileExists
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fileExists
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, Callback_FileServer_fileExists __cb)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_fileExists
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_fileExists __cb)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_fileExists(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
begin_fileExists
in interfaceFileServerPrx
- 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
public boolean end_fileExists(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Query the existence of a file An exception will be raised if the method fails to determine the existence.- Specified by:
end_fileExists
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- existence of file.
- Throws:
OmeroFSError
-
__fileExists_completed
public static void __fileExists_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
getATime
public float getATime(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- atime of file (float).
- Throws:
OmeroFSError
-
getATime
public float getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- atime of file (float).
- Throws:
OmeroFSError
-
begin_getATime
public Ice.AsyncResult begin_getATime(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getATime
public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getATime
public Ice.AsyncResult begin_getATime(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getATime
public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getATime(java.lang.String fileId, Callback_FileServer_getATime __cb)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getATime
public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getATime __cb)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getATime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getATime
in interfaceFileServerPrx
- 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
public float end_getATime(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get atime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getATime
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- atime of file (float).
- Throws:
OmeroFSError
-
__getATime_completed
public static void __getATime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
-
getBaseName
public java.lang.String getBaseName(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- base name.
- Throws:
OmeroFSError
-
getBaseName
public java.lang.String getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- base name.
- Throws:
OmeroFSError
-
begin_getBaseName
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getBaseName
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getBaseName
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBaseName
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Callback_FileServer_getBaseName __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBaseName
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getBaseName __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBaseName
in interfaceFileServerPrx
- 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
public java.lang.String end_getBaseName(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
end_getBaseName
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- base name.
- Throws:
OmeroFSError
-
__getBaseName_completed
public static void __getBaseName_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
getBulkDirectory
public FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getBulkDirectory
in interfaceFileServerPrx
- 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
public FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getBulkDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).- Returns:
- The asynchronous result object.
-
begin_getBulkDirectory
public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBulkDirectory
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getBulkDirectory __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getBulkDirectory
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getBulkDirectory
in interfaceFileServerPrx
- 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
public FileStats[] end_getBulkDirectory(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
end_getBulkDirectory
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- a directory listing (FileStatsList).
- Throws:
OmeroFSError
-
__getBulkDirectory_completed
public static void __getBulkDirectory_completed(Ice.TwowayCallbackArg1UE<FileStats[]> __cb, Ice.AsyncResult __result)
-
getCTime
public float getCTime(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- ctime of file (float).
- Throws:
OmeroFSError
-
getCTime
public float getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- ctime of file (float).
- Throws:
OmeroFSError
-
begin_getCTime
public Ice.AsyncResult begin_getCTime(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getCTime
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getCTime
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCTime
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, Callback_FileServer_getCTime __cb)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCTime
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getCTime __cb)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getCTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getCTime
in interfaceFileServerPrx
- 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
public float end_getCTime(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get ctime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getCTime
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- ctime of file (float).
- Throws:
OmeroFSError
-
__getCTime_completed
public static void __getCTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
-
getDirectory
public java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getDirectory
in interfaceFileServerPrx
- 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
public java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).- Returns:
- The asynchronous result object.
-
begin_getDirectory
public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getDirectory
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getDirectory __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- Parameters:
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getDirectory
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getDirectory
in interfaceFileServerPrx
- 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
public java.lang.String[] end_getDirectory(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
end_getDirectory
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- a directory listing (Ice::StringSeq).
- Throws:
OmeroFSError
-
__getDirectory_completed
public static void __getDirectory_completed(Ice.TwowayCallbackArg1UE<java.lang.String[]> __cb, Ice.AsyncResult __result)
-
getMTime
public float getMTime(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- mtime of file (float).
- Throws:
OmeroFSError
-
getMTime
public float getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- mtime of file (float).
- Throws:
OmeroFSError
-
begin_getMTime
public Ice.AsyncResult begin_getMTime(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getMTime
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMTime
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMTime
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, Callback_FileServer_getMTime __cb)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMTime
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getMTime __cb)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getMTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getMTime
in interfaceFileServerPrx
- 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
public float end_getMTime(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get mtime of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getMTime
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- mtime of file (float).
- Throws:
OmeroFSError
-
__getMTime_completed
public static void __getMTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
-
getOwner
public java.lang.String getOwner(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- owner of file (string).
- Throws:
OmeroFSError
-
getOwner
public java.lang.String getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- owner of file (string).
- Throws:
OmeroFSError
-
begin_getOwner
public Ice.AsyncResult begin_getOwner(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getOwner
public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getOwner
public Ice.AsyncResult begin_getOwner(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwner
public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getOwner(java.lang.String fileId, Callback_FileServer_getOwner __cb)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwner
public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getOwner __cb)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getOwner
in interfaceFileServerPrx
- 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
public java.lang.String end_getOwner(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get owner of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getOwner
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- owner of file (string).
- Throws:
OmeroFSError
-
__getOwner_completed
public static void __getOwner_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
getSHA1
public java.lang.String getSHA1(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getSHA1
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- SHA1 hex hash digest of file (string).
- Throws:
OmeroFSError
-
getSHA1
public java.lang.String getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
getSHA1
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getSHA1
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getSHA1
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSHA1
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Callback_FileServer_getSHA1 __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSHA1
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSHA1 __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_getSHA1
in interfaceFileServerPrx
- 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
public java.lang.String end_getSHA1(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
end_getSHA1
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- SHA1 hex hash digest of file (string).
- Throws:
OmeroFSError
-
__getSHA1_completed
public static void __getSHA1_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
getSize
public long getSize(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- byte size of file (long).
- Throws:
OmeroFSError
-
getSize
public long getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- byte size of file (long).
- Throws:
OmeroFSError
-
begin_getSize
public Ice.AsyncResult begin_getSize(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getSize
public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getSize
public Ice.AsyncResult begin_getSize(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSize
public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getSize(java.lang.String fileId, Callback_FileServer_getSize __cb)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSize
public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSize __cb)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getSize(java.lang.String fileId, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getSize
in interfaceFileServerPrx
- 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
public long end_getSize(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get size of a file in bytes An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getSize
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- byte size of file (long).
- Throws:
OmeroFSError
-
__getSize_completed
public static void __getSize_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
-
getStats
public FileStats getStats(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- file stats (FileStats).
- Throws:
OmeroFSError
-
getStats
public FileStats getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- file stats (FileStats).
- Throws:
OmeroFSError
-
begin_getStats
public Ice.AsyncResult begin_getStats(java.lang.String fileId)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_getStats
public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getStats
public Ice.AsyncResult begin_getStats(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStats
public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_getStats(java.lang.String fileId, Callback_FileServer_getStats __cb)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStats
public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getStats __cb)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_getStats
in interfaceFileServerPrx
- 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
public FileStats end_getStats(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Get all FileStats of a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_getStats
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- file stats (FileStats).
- Throws:
OmeroFSError
-
__getStats_completed
public static void __getStats_completed(Ice.TwowayCallbackArg1UE<FileStats> __cb, Ice.AsyncResult __result)
-
isDir
public boolean isDir(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- true is directory (bool).
- Throws:
OmeroFSError
-
isDir
public boolean isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- true is directory (bool).
- Throws:
OmeroFSError
-
begin_isDir
public Ice.AsyncResult begin_isDir(java.lang.String fileId)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_isDir
public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isDir
public Ice.AsyncResult begin_isDir(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isDir
public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_isDir(java.lang.String fileId, Callback_FileServer_isDir __cb)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isDir
public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isDir __cb)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_isDir(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isDir
in interfaceFileServerPrx
- 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
public boolean end_isDir(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a directory An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_isDir
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- true is directory (bool).
- Throws:
OmeroFSError
-
__isDir_completed
public static void __isDir_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
isFile
public boolean isFile(java.lang.String fileId) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- true if file (bool).
- Throws:
OmeroFSError
-
isFile
public boolean isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- true if file (bool).
- Throws:
OmeroFSError
-
begin_isFile
public Ice.AsyncResult begin_isFile(java.lang.String fileId)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.- Returns:
- The asynchronous result object.
-
begin_isFile
public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isFile
public Ice.AsyncResult begin_isFile(java.lang.String fileId, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFile
public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_isFile(java.lang.String fileId, Callback_FileServer_isFile __cb)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- Parameters:
fileId
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFile
public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isFile __cb)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_isFile(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
begin_isFile
in interfaceFileServerPrx
- 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
public boolean end_isFile(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
Query whether file is a file An exception will be raised if the file no longer exists or is inaccessible.- Specified by:
end_isFile
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- true if file (bool).
- Throws:
OmeroFSError
-
__isFile_completed
public static void __isFile_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
readBlock
public byte[] readBlock(java.lang.String fileId, long offset, int size) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
readBlock
in interfaceFileServerPrx
- 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
public byte[] readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
readBlock
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- Parameters:
fileId
- see above.size
- number of bytes that should be read (int).- Returns:
- The asynchronous result object.
-
begin_readBlock
public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Ice.Callback __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Callback_FileServer_readBlock __cb)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public 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)
Description copied from interface:FileServerPrx
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.- Specified by:
begin_readBlock
in interfaceFileServerPrx
- 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
public byte[] end_readBlock(Ice.AsyncResult __iresult) throws OmeroFSError
Description copied from interface:FileServerPrx
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.- Specified by:
end_readBlock
in interfaceFileServerPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- byte sequence of upto size bytes.
- Throws:
OmeroFSError
-
__readBlock_completed
public static void __readBlock_completed(Ice.TwowayCallbackArg1UE<byte[]> __cb, Ice.AsyncResult __result)
-
checkedCast
public static FileServerPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static FileServerPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type.
-
uncheckedCast
public static FileServerPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os, FileServerPrx v)
-
__read
public static FileServerPrx __read(IceInternal.BasicStream __is)
-
-