public class RepoRawFileStoreI extends RawFileStoreI
コンストラクタと説明 |
---|
RepoRawFileStoreI(BlitzExecutor be,
ome.api.RawFileStore service,
Ice.Current curr) |
修飾子とタイプ | メソッドと説明 |
---|---|
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, save_async, setServiceFactory, setTie, size_async, truncate_async
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public RepoRawFileStoreI(BlitzExecutor be, ome.api.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
インタフェース内 omero.api._RawFileStoreOperations
setFileId_async
クラス内 RawFileStoreI
omero.ServerError
public void read_async(omero.api.AMD_RawFileStore_read __cb, long position, int length, Ice.Current __current) throws omero.ServerError
read_async
インタフェース内 omero.api._RawFileStoreOperations
read_async
クラス内 RawFileStoreI
omero.ServerError
public void write_async(omero.api.AMD_RawFileStore_write __cb, byte[] buf, long position, int length, Ice.Current __current) throws omero.ServerError
write_async
インタフェース内 omero.api._RawFileStoreOperations
write_async
クラス内 RawFileStoreI
omero.ServerError
protected void preClose(Ice.Current current) throws java.lang.Throwable
preClose
クラス内 RawFileStoreI
java.lang.Throwable
protected void postClose(Ice.Current c)
AbstractCloseableAmdServant
postClose
クラス内 RawFileStoreI