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, uncheckedCastImplclone, finalize, getClass, notify, notifyAll, wait, wait, waitbegin_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_twowaypublic static final java.lang.String[] __ids
public static final long serialVersionUID
public boolean fileExists(java.lang.String fileId)
                   throws OmeroFSError
FileServerPrxfileExists in interface FileServerPrxfileId - see above.OmeroFSErrorpublic boolean fileExists(java.lang.String fileId,
                          java.util.Map<java.lang.String,java.lang.String> __ctx)
                   throws OmeroFSError
FileServerPrxfileExists in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_fileExists(java.lang.String fileId)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_fileExists(java.lang.String fileId,
                                        java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_fileExists(java.lang.String fileId,
                                        Ice.Callback __cb)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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)
FileServerPrxbegin_fileExists in interface FileServerPrxfileId - 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
FileServerPrxend_fileExists in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __fileExists_completed(Ice.TwowayCallbackBoolUE __cb,
                                          Ice.AsyncResult __result)
public float getATime(java.lang.String fileId)
               throws OmeroFSError
FileServerPrxgetATime in interface FileServerPrxfileId - see above.OmeroFSErrorpublic float getATime(java.lang.String fileId,
                      java.util.Map<java.lang.String,java.lang.String> __ctx)
               throws OmeroFSError
FileServerPrxgetATime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getATime(java.lang.String fileId)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getATime(java.lang.String fileId,
                                      java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getATime(java.lang.String fileId,
                                      Ice.Callback __cb)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getATime in interface FileServerPrxfileId - 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
FileServerPrxend_getATime in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getATime_completed(Ice.TwowayCallbackFloatUE __cb,
                                        Ice.AsyncResult __result)
public java.lang.String getBaseName(java.lang.String fileId)
                             throws OmeroFSError
FileServerPrxgetBaseName in interface FileServerPrxfileId - see above.OmeroFSErrorpublic java.lang.String getBaseName(java.lang.String fileId,
                                    java.util.Map<java.lang.String,java.lang.String> __ctx)
                             throws OmeroFSError
FileServerPrxgetBaseName in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getBaseName(java.lang.String fileId)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId,
                                         java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getBaseName(java.lang.String fileId,
                                         Ice.Callback __cb)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getBaseName in interface FileServerPrxfileId - 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
FileServerPrxend_getBaseName in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic 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
FileServerPrxgetBulkDirectory in interface FileServerPrxabsPath - an absolute path on the monitor's watch path (string).filter - a filter to apply to the listing, cf. ls (string).OmeroFSErrorpublic FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrxgetBulkDirectory in interface FileServerPrxabsPath - 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.OmeroFSErrorpublic Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath,
                                              java.lang.String filter)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getBulkDirectory in interface FileServerPrxabsPath - 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
FileServerPrxend_getBulkDirectory in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getBulkDirectory_completed(Ice.TwowayCallbackArg1UE<FileStats[]> __cb, Ice.AsyncResult __result)
public float getCTime(java.lang.String fileId)
               throws OmeroFSError
FileServerPrxgetCTime in interface FileServerPrxfileId - see above.OmeroFSErrorpublic float getCTime(java.lang.String fileId,
                      java.util.Map<java.lang.String,java.lang.String> __ctx)
               throws OmeroFSError
FileServerPrxgetCTime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getCTime(java.lang.String fileId)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getCTime(java.lang.String fileId,
                                      java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getCTime(java.lang.String fileId,
                                      Ice.Callback __cb)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getCTime in interface FileServerPrxfileId - 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
FileServerPrxend_getCTime in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic 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
FileServerPrxgetDirectory in interface FileServerPrxabsPath - an absolute path on the monitor's watch path (string).filter - a filter to apply to the listing, cf. ls (string).OmeroFSErrorpublic java.lang.String[] getDirectory(java.lang.String absPath,
                                       java.lang.String filter,
                                       java.util.Map<java.lang.String,java.lang.String> __ctx)
                                throws OmeroFSError
FileServerPrxgetDirectory in interface FileServerPrxabsPath - 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.OmeroFSErrorpublic Ice.AsyncResult begin_getDirectory(java.lang.String absPath,
                                          java.lang.String filter)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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)
FileServerPrxbegin_getDirectory in interface FileServerPrxabsPath - 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
FileServerPrxend_getDirectory in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getDirectory_completed(Ice.TwowayCallbackArg1UE<java.lang.String[]> __cb,
                                            Ice.AsyncResult __result)
public float getMTime(java.lang.String fileId)
               throws OmeroFSError
FileServerPrxgetMTime in interface FileServerPrxfileId - see above.OmeroFSErrorpublic float getMTime(java.lang.String fileId,
                      java.util.Map<java.lang.String,java.lang.String> __ctx)
               throws OmeroFSError
FileServerPrxgetMTime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getMTime(java.lang.String fileId)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getMTime(java.lang.String fileId,
                                      java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getMTime(java.lang.String fileId,
                                      Ice.Callback __cb)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getMTime in interface FileServerPrxfileId - 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
FileServerPrxend_getMTime in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getMTime_completed(Ice.TwowayCallbackFloatUE __cb,
                                        Ice.AsyncResult __result)
public java.lang.String getOwner(java.lang.String fileId)
                          throws OmeroFSError
FileServerPrxgetOwner in interface FileServerPrxfileId - see above.OmeroFSErrorpublic java.lang.String getOwner(java.lang.String fileId,
                                 java.util.Map<java.lang.String,java.lang.String> __ctx)
                          throws OmeroFSError
FileServerPrxgetOwner in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getOwner(java.lang.String fileId)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getOwner(java.lang.String fileId,
                                      java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getOwner(java.lang.String fileId,
                                      Ice.Callback __cb)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getOwner in interface FileServerPrxfileId - 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
FileServerPrxend_getOwner in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getOwner_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb,
                                        Ice.AsyncResult __result)
public java.lang.String getSHA1(java.lang.String fileId)
                         throws OmeroFSError
FileServerPrxgetSHA1 in interface FileServerPrxfileId - see above.OmeroFSErrorpublic java.lang.String getSHA1(java.lang.String fileId,
                                java.util.Map<java.lang.String,java.lang.String> __ctx)
                         throws OmeroFSError
FileServerPrxgetSHA1 in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getSHA1(java.lang.String fileId)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId,
                                     java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getSHA1(java.lang.String fileId,
                                     Ice.Callback __cb)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSHA1 in interface FileServerPrxfileId - 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
FileServerPrxend_getSHA1 in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getSHA1_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb,
                                       Ice.AsyncResult __result)
public long getSize(java.lang.String fileId)
             throws OmeroFSError
FileServerPrxgetSize in interface FileServerPrxfileId - see above.OmeroFSErrorpublic long getSize(java.lang.String fileId,
                    java.util.Map<java.lang.String,java.lang.String> __ctx)
             throws OmeroFSError
FileServerPrxgetSize in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getSize(java.lang.String fileId)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getSize(java.lang.String fileId,
                                     java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getSize(java.lang.String fileId,
                                     Ice.Callback __cb)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getSize in interface FileServerPrxfileId - 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
FileServerPrxend_getSize in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getSize_completed(Ice.TwowayCallbackLongUE __cb,
                                       Ice.AsyncResult __result)
public FileStats getStats(java.lang.String fileId) throws OmeroFSError
FileServerPrxgetStats in interface FileServerPrxfileId - see above.OmeroFSErrorpublic FileStats getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
FileServerPrxgetStats in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_getStats(java.lang.String fileId)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_getStats(java.lang.String fileId,
                                      java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_getStats(java.lang.String fileId,
                                      Ice.Callback __cb)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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)
FileServerPrxbegin_getStats in interface FileServerPrxfileId - 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
FileServerPrxend_getStats in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __getStats_completed(Ice.TwowayCallbackArg1UE<FileStats> __cb, Ice.AsyncResult __result)
public boolean isDir(java.lang.String fileId)
              throws OmeroFSError
FileServerPrxisDir in interface FileServerPrxfileId - see above.OmeroFSErrorpublic boolean isDir(java.lang.String fileId,
                     java.util.Map<java.lang.String,java.lang.String> __ctx)
              throws OmeroFSError
FileServerPrxisDir in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_isDir(java.lang.String fileId)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_isDir(java.lang.String fileId,
                                   java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_isDir(java.lang.String fileId,
                                   Ice.Callback __cb)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isDir in interface FileServerPrxfileId - 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
FileServerPrxend_isDir in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __isDir_completed(Ice.TwowayCallbackBoolUE __cb,
                                     Ice.AsyncResult __result)
public boolean isFile(java.lang.String fileId)
               throws OmeroFSError
FileServerPrxisFile in interface FileServerPrxfileId - see above.OmeroFSErrorpublic boolean isFile(java.lang.String fileId,
                      java.util.Map<java.lang.String,java.lang.String> __ctx)
               throws OmeroFSError
FileServerPrxisFile in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.OmeroFSErrorpublic Ice.AsyncResult begin_isFile(java.lang.String fileId)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - see above.public Ice.AsyncResult begin_isFile(java.lang.String fileId,
                                    java.util.Map<java.lang.String,java.lang.String> __ctx)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - see above.__ctx - The Context map to send with the invocation.public Ice.AsyncResult begin_isFile(java.lang.String fileId,
                                    Ice.Callback __cb)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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)
FileServerPrxbegin_isFile in interface FileServerPrxfileId - 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
FileServerPrxend_isFile in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic static void __isFile_completed(Ice.TwowayCallbackBoolUE __cb,
                                      Ice.AsyncResult __result)
public byte[] readBlock(java.lang.String fileId,
                        long offset,
                        int size)
                 throws OmeroFSError
FileServerPrxreadBlock in interface FileServerPrxfileId - see above.offset - byte offset into file from where read should begin (long).size - number of bytes that should be read (int).OmeroFSErrorpublic byte[] readBlock(java.lang.String fileId,
                        long offset,
                        int size,
                        java.util.Map<java.lang.String,java.lang.String> __ctx)
                 throws OmeroFSError
FileServerPrxreadBlock in interface FileServerPrxfileId - 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.OmeroFSErrorpublic Ice.AsyncResult begin_readBlock(java.lang.String fileId,
                                       long offset,
                                       int size)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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)
FileServerPrxbegin_readBlock in interface FileServerPrxfileId - 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
FileServerPrxend_readBlock in interface FileServerPrx__iresult - The asynchronous result object.OmeroFSErrorpublic 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)