Package omero.api
Interface RawFileStorePrx
- 
- All Superinterfaces:
- Ice.ObjectPrx,- ServiceInterfacePrx,- StatefulServiceInterfacePrx
 - All Known Implementing Classes:
- RawFileStorePrxHelper
 
 public interface RawFileStorePrx extends StatefulServiceInterfacePrx Raw file gateway which provides access to the OMERO file repository. Note: methods on this service are protected by a DOWNLOAD restriction.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Ice.AsyncResultbegin_exists()Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(Ice.Callback __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(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)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(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)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_exists __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_exists(Callback_RawFileStore_exists __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.Ice.AsyncResultbegin_getFileId()Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(Ice.Callback __cb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_getFileId __cb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_getFileId(Callback_RawFileStore_getFileId __cb)Returns the current file id or null if none has been set.Ice.AsyncResultbegin_read(long position, int length)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, Ice.Callback __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, 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)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, 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)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_read __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_read(long position, int length, Callback_RawFileStore_read __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.Ice.AsyncResultbegin_save()Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(Ice.Callback __cb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(java.util.Map<java.lang.String,java.lang.String> __ctx)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_save __cb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_save(Callback_RawFileStore_save __cb)Saves theOriginalFileassociated with the service if it has been modified.Ice.AsyncResultbegin_setFileId(long fileId)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, Ice.Callback __cb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_setFileId __cb)This method manages the state of the service.Ice.AsyncResultbegin_setFileId(long fileId, Callback_RawFileStore_setFileId __cb)This method manages the state of the service.Ice.AsyncResultbegin_size()Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(Ice.Callback __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(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)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(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)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_size __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_size(Callback_RawFileStore_size __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.Ice.AsyncResultbegin_truncate(long length)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, Ice.Callback __cb)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, 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)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, 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)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_truncate __cb)Limits the size of a file to the given length.Ice.AsyncResultbegin_truncate(long length, Callback_RawFileStore_truncate __cb)Limits the size of a file to the given length.Ice.AsyncResultbegin_write(byte[] buf, long position, int length)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, Ice.Callback __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_write __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.Ice.AsyncResultbegin_write(byte[] buf, long position, int length, Callback_RawFileStore_write __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.booleanend_exists(Ice.AsyncResult __result)Checks to see if a raw file exists with the file ID that the service was initialized with.RLongend_getFileId(Ice.AsyncResult __result)Returns the current file id or null if none has been set.byte[]end_read(Ice.AsyncResult __result)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.OriginalFileend_save(Ice.AsyncResult __result)Saves theOriginalFileassociated with the service if it has been modified.voidend_setFileId(Ice.AsyncResult __result)This method manages the state of the service.longend_size(Ice.AsyncResult __result)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.booleanend_truncate(Ice.AsyncResult __result)Limits the size of a file to the given length.voidend_write(Ice.AsyncResult __result)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.booleanexists()Checks to see if a raw file exists with the file ID that the service was initialized with.booleanexists(java.util.Map<java.lang.String,java.lang.String> __ctx)Checks to see if a raw file exists with the file ID that the service was initialized with.RLonggetFileId()Returns the current file id or null if none has been set.RLonggetFileId(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the current file id or null if none has been set.byte[]read(long position, int length)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.byte[]read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.OriginalFilesave()Saves theOriginalFileassociated with the service if it has been modified.OriginalFilesave(java.util.Map<java.lang.String,java.lang.String> __ctx)Saves theOriginalFileassociated with the service if it has been modified.voidsetFileId(long fileId)This method manages the state of the service.voidsetFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)This method manages the state of the service.longsize()Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.longsize(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave.booleantruncate(long length)Limits the size of a file to the given length.booleantruncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx)Limits the size of a file to the given length.voidwrite(byte[] buf, long position, int length)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.voidwrite(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- 
Methods inherited from interface Ice.ObjectPrxbegin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
 - 
Methods inherited from interface omero.api.StatefulServiceInterfacePrxactivate, activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, close, close, end_activate, end_close, end_getCurrentEventContext, end_passivate, getCurrentEventContext, getCurrentEventContext, passivate, passivate
 
- 
 
- 
- 
- 
Method Detail- 
setFileIdvoid setFileId(long fileId) throws ServerErrorThis method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Throws:
- ServerError
 
 - 
setFileIdvoid setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorThis method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId) This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, Ice.Callback __cb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, Callback_RawFileStore_setFileId __cb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_setFileId __cb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_setFileIdIce.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)This method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_setFileIdvoid end_setFileId(Ice.AsyncResult __result) throws ServerErrorThis method manages the state of the service. This method will throw aSecurityViolationif for the current user context either the file is not readable or aomero.constants.permissions.BINARYACCESSrestriction is in place.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
getFileIdRLong getFileId() throws ServerError Returns the current file id or null if none has been set.- Throws:
- ServerError
 
 - 
getFileIdRLong getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId() Returns the current file id or null if none has been set.- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx) Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(Ice.Callback __cb) Returns the current file id or null if none has been set.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(Callback_RawFileStore_getFileId __cb) Returns the current file id or null if none has been set.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_getFileId __cb)Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Returns the current file id or null if none has been set.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Returns the current file id or null if none has been set.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_getFileIdIce.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the current file id or null if none has been set.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_getFileIdRLong end_getFileId(Ice.AsyncResult __result) throws ServerError Returns the current file id or null if none has been set.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
readbyte[] read(long position, int length) throws ServerErrorReadslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Throws:
- ServerError
 
 - 
readbyte[] read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReadslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, Ice.Callback __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, Callback_RawFileStore_read __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_read __cb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, 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)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_readIce.AsyncResult begin_read(long position, int length, 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)Readslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_readbyte[] end_read(Ice.AsyncResult __result) throws ServerErrorReadslengthbytes of data at thepositionfrom the raw file into an array of bytes.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
sizelong size() throws ServerError Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Throws:
- ServerError
 
 - 
sizelong size(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_sizeIce.AsyncResult begin_size() Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx) Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(Ice.Callback __cb) Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(Callback_RawFileStore_size __cb) Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_size __cb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(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)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_sizeIce.AsyncResult begin_size(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)Returns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_sizelong end_size(Ice.AsyncResult __result) throws ServerErrorReturns the size of the file on disk (not as stored in the database since that value will only be updated onsave. If the file has not yet been written to, and therefore does not exist, aResourceErrorwill be thrown.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
truncateboolean truncate(long length) throws ServerErrorLimits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Throws:
- ServerError
 
 - 
truncateboolean truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorLimits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length) Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, Ice.Callback __cb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, Callback_RawFileStore_truncate __cb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_truncate __cb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, 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)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_truncateIce.AsyncResult begin_truncate(long length, 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)Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_truncateboolean end_truncate(Ice.AsyncResult __result) throws ServerErrorLimits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
writevoid write(byte[] buf, long position, int length) throws ServerErrorWriteslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Throws:
- ServerError
 
 - 
writevoid write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorWriteslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, Ice.Callback __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, Callback_RawFileStore_write __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_write __cb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_writeIce.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Writeslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_writevoid end_write(Ice.AsyncResult __result) throws ServerErrorWriteslengthbytes of data from the specifiedbufbyte array starting at atpositionto the raw file.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
existsboolean exists() throws ServerErrorChecks to see if a raw file exists with the file ID that the service was initialized with.- Returns:
- trueif there is an accessible file within the original file repository with the correct ID. Otherwise- false.
- Throws:
- ResourceError- if there is a problem accessing the file due to permissions errors within the repository or any other I/O error.
- ServerError
 
 - 
existsboolean exists(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorChecks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- trueif there is an accessible file within the original file repository with the correct ID. Otherwise- false.
- Throws:
- ResourceError- if there is a problem accessing the file due to permissions errors within the repository or any other I/O error.
- ServerError
 
 - 
begin_existsIce.AsyncResult begin_exists() Checks to see if a raw file exists with the file ID that the service was initialized with.- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx) Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(Ice.Callback __cb) Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(Callback_RawFileStore_exists __cb) Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_exists __cb)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(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)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_existsIce.AsyncResult begin_exists(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)Checks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_existsboolean end_exists(Ice.AsyncResult __result) throws ServerErrorChecks to see if a raw file exists with the file ID that the service was initialized with.- Parameters:
- __result- The asynchronous result object.
- Returns:
- trueif there is an accessible file within the original file repository with the correct ID. Otherwise- false.
- Throws:
- ResourceError- if there is a problem accessing the file due to permissions errors within the repository or any other I/O error.
- ServerError
 
 - 
saveOriginalFile save() throws ServerError Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Throws:
- ServerError
 
 - 
saveOriginalFile save(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_saveIce.AsyncResult begin_save() Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx) Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(Ice.Callback __cb) Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(Callback_RawFileStore_save __cb) Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_save __cb)Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_saveIce.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __ctx- The Context map to send with the invocation.
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- __sentCb- The lambda sent callback.
- Returns:
- The asynchronous result object.
 
 - 
end_saveOriginalFile end_save(Ice.AsyncResult __result) throws ServerError Saves theOriginalFileassociated with the service if it has been modified. The returned valued should replace all instances of theOriginalFilein the client. If save has not been called,RawFileStoreinstances will save theOriginalFileobject associated with it onclose. See also ticket 1651 and ticket 2161.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 
- 
 
-