public class RepoRawFileStoreI extends RawFileStoreI
| Constructor and Description |
|---|
RepoRawFileStoreI(BlitzExecutor be,
RawFileStore service,
Ice.Current curr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postClose(Ice.Current c)
Should not throw any exceptions which should be detected by clients
since it is called in a finally block after the client thread has been
released.
|
protected void |
preClose(Ice.Current current) |
void |
read_async(omero.api.AMD_RawFileStore_read __cb,
long position,
int length,
Ice.Current __current) |
void |
setCallback(ome.services.blitz.repo.RepoRawFileStoreI.Callback cb) |
void |
setFileId_async(omero.api.AMD_RawFileStore_setFileId __cb,
long fileId,
Ice.Current __current) |
void |
write_async(omero.api.AMD_RawFileStore_write __cb,
byte[] buf,
long position,
int length,
Ice.Current __current) |
__redirect, exists_async, getFileId_async, getServiceFactory, save_async, setServiceFactory, setTie, size_async, truncate_asyncclose_async, closeactivate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolderpublic RepoRawFileStoreI(BlitzExecutor be, RawFileStore service, Ice.Current curr)
public void setCallback(ome.services.blitz.repo.RepoRawFileStoreI.Callback cb)
public void setFileId_async(omero.api.AMD_RawFileStore_setFileId __cb,
long fileId,
Ice.Current __current)
throws omero.ServerError
setFileId_async in interface omero.api._RawFileStoreOperationssetFileId_async in class RawFileStoreIomero.ServerErrorpublic void read_async(omero.api.AMD_RawFileStore_read __cb,
long position,
int length,
Ice.Current __current)
throws omero.ServerError
read_async in interface omero.api._RawFileStoreOperationsread_async in class RawFileStoreIomero.ServerErrorpublic void write_async(omero.api.AMD_RawFileStore_write __cb,
byte[] buf,
long position,
int length,
Ice.Current __current)
throws omero.ServerError
write_async in interface omero.api._RawFileStoreOperationswrite_async in class RawFileStoreIomero.ServerErrorprotected void preClose(Ice.Current current)
throws Throwable
preClose in class RawFileStoreIThrowableprotected void postClose(Ice.Current c)
AbstractCloseableAmdServantpostClose in class RawFileStoreI
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.