public interface RawFileStorePrx extends StatefulServiceInterfacePrx
Modifier and Type | Method and Description |
---|---|
Ice.AsyncResult |
begin_exists()
Checks to see if a raw file exists with the file ID that
the service was initialized with.
|
Ice.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.
|
Ice.AsyncResult |
begin_exists(Ice.Callback __cb)
Checks to see if a raw file exists with the file ID that
the service was initialized with.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.AsyncResult |
begin_getFileId()
Returns the current file id or null if none has been set.
|
Ice.AsyncResult |
begin_getFileId(Callback_RawFileStore_getFileId __cb)
Returns the current file id or null if none has been set.
|
Ice.AsyncResult |
begin_getFileId(Ice.Callback __cb)
Returns the current file id or null if none has been set.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.AsyncResult |
begin_read(long position,
int length)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
Callback_RawFileStore_read __cb)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
Ice.Callback __cb)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.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)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_RawFileStore_read __cb)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_read(long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.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)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.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)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
Ice.AsyncResult |
begin_save()
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(Callback_RawFileStore_save __cb)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(Ice.Callback __cb)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.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 the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_RawFileStore_save __cb)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Saves the
OriginalFile associated with
the service if it has been modified. |
Ice.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 the
OriginalFile associated with
the service if it has been modified. |
Ice.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 the
OriginalFile associated with
the service if it has been modified. |
Ice.AsyncResult |
begin_setFileId(long fileId)
This method manages the state of the service.
|
Ice.AsyncResult |
begin_setFileId(long fileId,
Callback_RawFileStore_setFileId __cb)
This method manages the state of the service.
|
Ice.AsyncResult |
begin_setFileId(long fileId,
Ice.Callback __cb)
This method manages the state of the service.
|
Ice.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.
|
Ice.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.
|
Ice.AsyncResult |
begin_setFileId(long fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
This method manages the state of the service.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.AsyncResult |
begin_size()
Returns the size of the file on disk (not as stored in the
database since that value will only be updated on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.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 on
save . |
Ice.AsyncResult |
begin_truncate(long length)
Limits the size of a file to the given length.
|
Ice.AsyncResult |
begin_truncate(long length,
Callback_RawFileStore_truncate __cb)
Limits the size of a file to the given length.
|
Ice.AsyncResult |
begin_truncate(long length,
Ice.Callback __cb)
Limits the size of a file to the given length.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.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.
|
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length,
Callback_RawFileStore_write __cb)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length,
Ice.Callback __cb)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.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)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.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)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_RawFileStore_write __cb)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.AsyncResult |
begin_write(byte[] buf,
long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.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)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
Ice.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)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
boolean |
end_exists(Ice.AsyncResult __result)
Checks to see if a raw file exists with the file ID that
the service was initialized with.
|
RLong |
end_getFileId(Ice.AsyncResult __result)
Returns the current file id or null if none has been set.
|
byte[] |
end_read(Ice.AsyncResult __result)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
OriginalFile |
end_save(Ice.AsyncResult __result)
Saves the
OriginalFile associated with
the service if it has been modified. |
void |
end_setFileId(Ice.AsyncResult __result)
This method manages the state of the service.
|
long |
end_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 on
save . |
boolean |
end_truncate(Ice.AsyncResult __result)
Limits the size of a file to the given length.
|
void |
end_write(Ice.AsyncResult __result)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
boolean |
exists()
Checks to see if a raw file exists with the file ID that
the service was initialized with.
|
boolean |
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.
|
RLong |
getFileId()
Returns the current file id or null if none has been set.
|
RLong |
getFileId(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)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
byte[] |
read(long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Reads
length bytes of data at the
position from the raw file into an array of
bytes. |
OriginalFile |
save()
Saves the
OriginalFile associated with
the service if it has been modified. |
OriginalFile |
save(java.util.Map<java.lang.String,java.lang.String> __ctx)
Saves the
OriginalFile associated with
the service if it has been modified. |
void |
setFileId(long fileId)
This method manages the state of the service.
|
void |
setFileId(long fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
This method manages the state of the service.
|
long |
size()
Returns the size of the file on disk (not as stored in the
database since that value will only be updated on
save . |
long |
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 on
save . |
boolean |
truncate(long length)
Limits the size of a file to the given length.
|
boolean |
truncate(long length,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Limits the size of a file to the given length.
|
void |
write(byte[] buf,
long position,
int length)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
void |
write(byte[] buf,
long position,
int length,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Writes
length bytes of data from the specified
buf byte array starting at at
position to the raw file. |
activate, 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
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
void setFileId(long fileId) throws ServerError
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.ServerError
void setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setFileId(long fileId)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.Ice.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setFileId(long fileId, Ice.Callback __cb)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setFileId(long fileId, Callback_RawFileStore_setFileId __cb)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setFileId(long fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_setFileId __cb)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setFileId(long fileId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.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)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__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.Ice.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)
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__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.void end_setFileId(Ice.AsyncResult __result) throws ServerError
SecurityViolation
if for the
current user context either the file is not readable or a
omero.constants.permissions.BINARYACCESS
restriction is
in place.__result
- The asynchronous result object.ServerError
RLong getFileId() throws ServerError
ServerError
RLong getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getFileId()
Ice.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getFileId(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getFileId(Callback_RawFileStore_getFileId __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getFileId(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_getFileId __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getFileId(IceInternal.Functional_GenericCallback1<RLong> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
__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.Ice.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)
__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.RLong end_getFileId(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
byte[] read(long position, int length) throws ServerError
length
bytes of data at the
position
from the raw file into an array of
bytes.ServerError
byte[] read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
length
bytes of data at the
position
from the raw file into an array of
bytes.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_read(long position, int length)
length
bytes of data at the
position
from the raw file into an array of
bytes.Ice.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)
length
bytes of data at the
position
from the raw file into an array of
bytes.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_read(long position, int length, Ice.Callback __cb)
length
bytes of data at the
position
from the raw file into an array of
bytes.__cb
- The asynchronous callback object.Ice.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
length
bytes of data at the
position
from the raw file into an array of
bytes.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_read(long position, int length, Callback_RawFileStore_read __cb)
length
bytes of data at the
position
from the raw file into an array of
bytes.__cb
- The asynchronous callback object.Ice.AsyncResult begin_read(long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_read __cb)
length
bytes of data at the
position
from the raw file into an array of
bytes.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_read(long position, int length, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
length
bytes of data at the
position
from the raw file into an array of
bytes.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.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)
length
bytes of data at the
position
from the raw file into an array of
bytes.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
length
bytes of data at the
position
from the raw file into an array of
bytes.__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.Ice.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)
length
bytes of data at the
position
from the raw file into an array of
bytes.__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.byte[] end_read(Ice.AsyncResult __result) throws ServerError
length
bytes of data at the
position
from the raw file into an array of
bytes.__result
- The asynchronous result object.ServerError
long size() throws ServerError
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.ServerError
long size(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_size()
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_size(Ice.Callback __cb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__cb
- The asynchronous callback object.Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_size(Callback_RawFileStore_size __cb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__cb
- The asynchronous callback object.Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_size __cb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_size(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__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.Ice.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)
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__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.long end_size(Ice.AsyncResult __result) throws ServerError
save
. If the file has not yet been written to, and
therefore does not exist, a ResourceError
will be thrown.__result
- The asynchronous result object.ServerError
boolean truncate(long length) throws ServerError
ServerError
boolean truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_truncate(long length)
Ice.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_truncate(long length, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_truncate(long length, Callback_RawFileStore_truncate __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_truncate(long length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_truncate __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_truncate(long length, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
__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.Ice.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)
__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.boolean end_truncate(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void write(byte[] buf, long position, int length) throws ServerError
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.ServerError
void write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_write(byte[] buf, long position, int length)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.Ice.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_write(byte[] buf, long position, int length, Ice.Callback __cb)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__cb
- The asynchronous callback object.Ice.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_write(byte[] buf, long position, int length, Callback_RawFileStore_write __cb)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__cb
- The asynchronous callback object.Ice.AsyncResult begin_write(byte[] buf, long position, int length, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_write __cb)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.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)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.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)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__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.Ice.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)
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__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.void end_write(Ice.AsyncResult __result) throws ServerError
length
bytes of data from the specified
buf
byte array starting at at
position
to the raw file.__result
- The asynchronous result object.ServerError
boolean exists() throws ServerError
true
if there is an accessible file
within the original file repository with the
correct ID. Otherwise false
.ResourceError
- if there is a problem accessing the
file due to permissions errors within the
repository or any other I/O error.ServerError
boolean exists(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.true
if there is an accessible file
within the original file repository with the
correct ID. Otherwise false
.ResourceError
- if there is a problem accessing the
file due to permissions errors within the
repository or any other I/O error.ServerError
Ice.AsyncResult begin_exists()
Ice.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_exists(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_exists(Callback_RawFileStore_exists __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_exists(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_exists __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_exists(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
__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.Ice.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)
__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.boolean end_exists(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.true
if there is an accessible file
within the original file repository with the
correct ID. Otherwise false
.ResourceError
- if there is a problem accessing the
file due to permissions errors within the
repository or any other I/O error.ServerError
OriginalFile save() throws ServerError
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.ServerError
OriginalFile save(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_save()
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_save(Ice.Callback __cb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__cb
- The asynchronous callback object.Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_save(Callback_RawFileStore_save __cb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__cb
- The asynchronous callback object.Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawFileStore_save __cb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.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)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__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.Ice.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)
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__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.OriginalFile end_save(Ice.AsyncResult __result) throws ServerError
OriginalFile
associated with
the service if it has been modified. The returned valued
should replace all instances of the
OriginalFile
in the client.
If save has not been called, RawFileStore
instances will save the OriginalFile
object associated with it on close
.
See also ticket 1651
and ticket 2161.__result
- The asynchronous result object.ServerError