public final class FileServerPrxHelper extends Ice.ObjectPrxHelperBase implements FileServerPrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
FileServerPrxHelper() |
Modifier and Type | Method and 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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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.
|
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.util.Map<java.lang.String,java.lang.String> __ctx)
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.
|
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.
|
__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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.String[] __ids
public static final long serialVersionUID
public boolean fileExists(java.lang.String fileId) throws OmeroFSError
FileServerPrx
fileExists
in interface FileServerPrx
fileId
- see above.OmeroFSError
public boolean fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
fileExists
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_fileExists(java.lang.String fileId)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_fileExists(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_fileExists(java.lang.String fileId, Callback_FileServer_fileExists __cb)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_fileExists __cb)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_fileExists
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_fileExists
in interface FileServerPrx
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.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)
FileServerPrx
begin_fileExists
in interface FileServerPrx
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.public boolean end_fileExists(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_fileExists
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __fileExists_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
public float getATime(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getATime
in interface FileServerPrx
fileId
- see above.OmeroFSError
public float getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getATime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getATime(java.lang.String fileId)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getATime(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getATime(java.lang.String fileId, Callback_FileServer_getATime __cb)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getATime __cb)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getATime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getATime
in interface FileServerPrx
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.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)
FileServerPrx
begin_getATime
in interface FileServerPrx
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.public float end_getATime(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getATime
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getATime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
public java.lang.String getBaseName(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getBaseName
in interface FileServerPrx
fileId
- see above.OmeroFSError
public java.lang.String getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getBaseName
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getBaseName(java.lang.String fileId)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Callback_FileServer_getBaseName __cb)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getBaseName __cb)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
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.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)
FileServerPrx
begin_getBaseName
in interface FileServerPrx
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.public java.lang.String end_getBaseName(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getBaseName
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getBaseName_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
public FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
FileServerPrx
getBulkDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).OmeroFSError
public FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getBulkDirectory
in interface FileServerPrx
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.OmeroFSError
public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.public Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getBulkDirectory __cb)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getBulkDirectory
in interface FileServerPrx
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.public FileStats[] end_getBulkDirectory(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getBulkDirectory
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getBulkDirectory_completed(Ice.TwowayCallbackArg1UE<FileStats[]> __cb, Ice.AsyncResult __result)
public float getCTime(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getCTime
in interface FileServerPrx
fileId
- see above.OmeroFSError
public float getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getCTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getCTime(java.lang.String fileId)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getCTime(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCTime(java.lang.String fileId, Callback_FileServer_getCTime __cb)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getCTime __cb)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getCTime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getCTime
in interface FileServerPrx
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.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)
FileServerPrx
begin_getCTime
in interface FileServerPrx
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.public float end_getCTime(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getCTime
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getCTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
public java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
FileServerPrx
getDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).OmeroFSError
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
FileServerPrx
getDirectory
in interface FileServerPrx
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.OmeroFSError
public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.public Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getDirectory __cb)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.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)
FileServerPrx
begin_getDirectory
in interface FileServerPrx
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.public java.lang.String[] end_getDirectory(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getDirectory
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getDirectory_completed(Ice.TwowayCallbackArg1UE<java.lang.String[]> __cb, Ice.AsyncResult __result)
public float getMTime(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getMTime
in interface FileServerPrx
fileId
- see above.OmeroFSError
public float getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getMTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getMTime(java.lang.String fileId)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getMTime(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMTime(java.lang.String fileId, Callback_FileServer_getMTime __cb)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getMTime __cb)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getMTime
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getMTime
in interface FileServerPrx
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.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)
FileServerPrx
begin_getMTime
in interface FileServerPrx
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.public float end_getMTime(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getMTime
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getMTime_completed(Ice.TwowayCallbackFloatUE __cb, Ice.AsyncResult __result)
public java.lang.String getOwner(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getOwner
in interface FileServerPrx
fileId
- see above.OmeroFSError
public java.lang.String getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getOwner
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getOwner(java.lang.String fileId)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getOwner(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwner(java.lang.String fileId, Callback_FileServer_getOwner __cb)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getOwner __cb)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getOwner
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getOwner
in interface FileServerPrx
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.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)
FileServerPrx
begin_getOwner
in interface FileServerPrx
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.public java.lang.String end_getOwner(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getOwner
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getOwner_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
public java.lang.String getSHA1(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getSHA1
in interface FileServerPrx
fileId
- see above.OmeroFSError
public java.lang.String getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getSHA1
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getSHA1(java.lang.String fileId)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Callback_FileServer_getSHA1 __cb)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSHA1 __cb)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
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.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)
FileServerPrx
begin_getSHA1
in interface FileServerPrx
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.public java.lang.String end_getSHA1(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getSHA1
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getSHA1_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
public long getSize(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getSize
in interface FileServerPrx
fileId
- see above.OmeroFSError
public long getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getSize
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getSize(java.lang.String fileId)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getSize(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSize(java.lang.String fileId, Callback_FileServer_getSize __cb)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSize __cb)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getSize
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getSize
in interface FileServerPrx
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.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)
FileServerPrx
begin_getSize
in interface FileServerPrx
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.public long end_getSize(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getSize
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getSize_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
public FileStats getStats(java.lang.String fileId) throws OmeroFSError
FileServerPrx
getStats
in interface FileServerPrx
fileId
- see above.OmeroFSError
public FileStats getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
getStats
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_getStats(java.lang.String fileId)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getStats(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getStats(java.lang.String fileId, Callback_FileServer_getStats __cb)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getStats __cb)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_getStats
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_getStats
in interface FileServerPrx
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.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)
FileServerPrx
begin_getStats
in interface FileServerPrx
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.public FileStats end_getStats(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_getStats
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __getStats_completed(Ice.TwowayCallbackArg1UE<FileStats> __cb, Ice.AsyncResult __result)
public boolean isDir(java.lang.String fileId) throws OmeroFSError
FileServerPrx
isDir
in interface FileServerPrx
fileId
- see above.OmeroFSError
public boolean isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
isDir
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_isDir(java.lang.String fileId)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_isDir(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isDir(java.lang.String fileId, Callback_FileServer_isDir __cb)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isDir __cb)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_isDir
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_isDir
in interface FileServerPrx
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.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)
FileServerPrx
begin_isDir
in interface FileServerPrx
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.public boolean end_isDir(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_isDir
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __isDir_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
public boolean isFile(java.lang.String fileId) throws OmeroFSError
FileServerPrx
isFile
in interface FileServerPrx
fileId
- see above.OmeroFSError
public boolean isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
isFile
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.OmeroFSError
public Ice.AsyncResult begin_isFile(java.lang.String fileId)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_isFile(java.lang.String fileId, Ice.Callback __cb)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isFile(java.lang.String fileId, Callback_FileServer_isFile __cb)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isFile __cb)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
FileServerPrx
begin_isFile
in interface FileServerPrx
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
FileServerPrx
begin_isFile
in interface FileServerPrx
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.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)
FileServerPrx
begin_isFile
in interface FileServerPrx
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.public boolean end_isFile(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_isFile
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __isFile_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
public byte[] readBlock(java.lang.String fileId, long offset, int size) throws OmeroFSError
FileServerPrx
readBlock
in interface FileServerPrx
fileId
- see above.offset
- byte offset into file from where read should begin (long).size
- number of bytes that should be read (int).OmeroFSError
public byte[] readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrx
readBlock
in interface FileServerPrx
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.OmeroFSError
public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size)
FileServerPrx
begin_readBlock
in interface FileServerPrx
fileId
- see above.size
- number of bytes that should be read (int).public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrx
begin_readBlock
in interface FileServerPrx
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Ice.Callback __cb)
FileServerPrx
begin_readBlock
in interface FileServerPrx
fileId
- see above.size
- number of bytes that should be read (int).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.public Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Callback_FileServer_readBlock __cb)
FileServerPrx
begin_readBlock
in interface FileServerPrx
fileId
- see above.size
- number of bytes that should be read (int).__cb
- The asynchronous callback object.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.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)
FileServerPrx
begin_readBlock
in interface FileServerPrx
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.public byte[] end_readBlock(Ice.AsyncResult __iresult) throws OmeroFSError
FileServerPrx
end_readBlock
in interface FileServerPrx
__iresult
- The asynchronous result object.OmeroFSError
public static void __readBlock_completed(Ice.TwowayCallbackArg1UE<byte[]> __cb, Ice.AsyncResult __result)
public static FileServerPrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static FileServerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static FileServerPrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static FileServerPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, FileServerPrx v)
public static FileServerPrx __read(IceInternal.BasicStream __is)