ome.services.blitz.impl
Class RawPixelsStoreI
java.lang.Object
ome.services.blitz.impl.AbstractAmdServant
ome.services.blitz.impl.RawPixelsStoreI
- All Implemented Interfaces:
- CloseableServant, omero.api._RawPixelsStoreOperations, omero.api._ServiceInterfaceOperations, omero.api._StatefulServiceInterfaceOperations, org.springframework.context.ApplicationContextAware
public class RawPixelsStoreI
- extends AbstractAmdServant
- implements omero.api._RawPixelsStoreOperations
Implementation of the RawPixelsStore service.
- Since:
- 3.0-Beta4
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
RawPixelsStore
Method Summary |
void |
calculateMessageDigest_async(omero.api.AMD_RawPixelsStore_calculateMessageDigest __cb,
Ice.Current __current)
|
void |
getByteWidth_async(omero.api.AMD_RawPixelsStore_getByteWidth __cb,
Ice.Current __current)
|
void |
getCol_async(omero.api.AMD_RawPixelsStore_getCol __cb,
int x,
int z,
int c,
int t,
Ice.Current __current)
|
void |
getPixelsId_async(omero.api.AMD_RawPixelsStore_getPixelsId __cb,
Ice.Current __current)
|
void |
getPlane_async(omero.api.AMD_RawPixelsStore_getPlane __cb,
int z,
int c,
int t,
Ice.Current __current)
|
void |
getPlaneOffset_async(omero.api.AMD_RawPixelsStore_getPlaneOffset __cb,
int z,
int c,
int t,
Ice.Current __current)
|
void |
getPlaneRegion_async(omero.api.AMD_RawPixelsStore_getPlaneRegion __cb,
int z,
int c,
int t,
int size,
int offset,
Ice.Current __current)
|
void |
getPlaneSize_async(omero.api.AMD_RawPixelsStore_getPlaneSize __cb,
Ice.Current __current)
|
void |
getRegion_async(omero.api.AMD_RawPixelsStore_getRegion __cb,
int size,
long offset,
Ice.Current __current)
|
void |
getRow_async(omero.api.AMD_RawPixelsStore_getRow __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
|
void |
getRowOffset_async(omero.api.AMD_RawPixelsStore_getRowOffset __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
|
void |
getRowSize_async(omero.api.AMD_RawPixelsStore_getRowSize __cb,
Ice.Current __current)
|
void |
getStack_async(omero.api.AMD_RawPixelsStore_getStack __cb,
int c,
int t,
Ice.Current __current)
|
void |
getStackOffset_async(omero.api.AMD_RawPixelsStore_getStackOffset __cb,
int c,
int t,
Ice.Current __current)
|
void |
getStackSize_async(omero.api.AMD_RawPixelsStore_getStackSize __cb,
Ice.Current __current)
|
void |
getTimepoint_async(omero.api.AMD_RawPixelsStore_getTimepoint __cb,
int t,
Ice.Current __current)
|
void |
getTimepointOffset_async(omero.api.AMD_RawPixelsStore_getTimepointOffset __cb,
int t,
Ice.Current __current)
|
void |
getTimepointSize_async(omero.api.AMD_RawPixelsStore_getTimepointSize __cb,
Ice.Current __current)
|
void |
getTotalSize_async(omero.api.AMD_RawPixelsStore_getTotalSize __cb,
Ice.Current __current)
|
void |
isFloat_async(omero.api.AMD_RawPixelsStore_isFloat __cb,
Ice.Current __current)
|
void |
isSigned_async(omero.api.AMD_RawPixelsStore_isSigned __cb,
Ice.Current __current)
|
void |
prepare_async(omero.api.AMD_RawPixelsStore_prepare __cb,
List<Long> pixelsIds,
Ice.Current __current)
|
void |
setPixelsId_async(omero.api.AMD_RawPixelsStore_setPixelsId __cb,
long pixelsId,
boolean bypassOriginalFile,
Ice.Current __current)
|
void |
setPlane_async(omero.api.AMD_RawPixelsStore_setPlane __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
|
void |
setRegion_async(omero.api.AMD_RawPixelsStore_setRegion __cb,
int size,
long offset,
byte[] buffer,
Ice.Current __current)
|
void |
setRow_async(omero.api.AMD_RawPixelsStore_setRow __cb,
byte[] buf,
int y,
int z,
int c,
int t,
Ice.Current __current)
|
void |
setStack_async(omero.api.AMD_RawPixelsStore_setStack __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
|
void |
setTimepoint_async(omero.api.AMD_RawPixelsStore_setTimepoint __cb,
byte[] buf,
int t,
Ice.Current __current)
|
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant |
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, close_async, close, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, preClose, runnableCall, safeRunnableCall, setApplicationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations |
activate_async, close_async, getCurrentEventContext_async, passivate_async |
RawPixelsStoreI
public RawPixelsStoreI(RawPixelsStore service,
BlitzExecutor be)
calculateMessageDigest_async
public void calculateMessageDigest_async(omero.api.AMD_RawPixelsStore_calculateMessageDigest __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
calculateMessageDigest_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getByteWidth_async
public void getByteWidth_async(omero.api.AMD_RawPixelsStore_getByteWidth __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getByteWidth_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getPlaneOffset_async
public void getPlaneOffset_async(omero.api.AMD_RawPixelsStore_getPlaneOffset __cb,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getPlaneOffset_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getPlaneRegion_async
public void getPlaneRegion_async(omero.api.AMD_RawPixelsStore_getPlaneRegion __cb,
int z,
int c,
int t,
int size,
int offset,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getPlaneRegion_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getPlaneSize_async
public void getPlaneSize_async(omero.api.AMD_RawPixelsStore_getPlaneSize __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getPlaneSize_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getPlane_async
public void getPlane_async(omero.api.AMD_RawPixelsStore_getPlane __cb,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getPlane_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getRegion_async
public void getRegion_async(omero.api.AMD_RawPixelsStore_getRegion __cb,
int size,
long offset,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getRegion_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getRowOffset_async
public void getRowOffset_async(omero.api.AMD_RawPixelsStore_getRowOffset __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getRowOffset_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getRowSize_async
public void getRowSize_async(omero.api.AMD_RawPixelsStore_getRowSize __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getRowSize_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getRow_async
public void getRow_async(omero.api.AMD_RawPixelsStore_getRow __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getRow_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getStackOffset_async
public void getStackOffset_async(omero.api.AMD_RawPixelsStore_getStackOffset __cb,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getStackOffset_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getStackSize_async
public void getStackSize_async(omero.api.AMD_RawPixelsStore_getStackSize __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getStackSize_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getStack_async
public void getStack_async(omero.api.AMD_RawPixelsStore_getStack __cb,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getStack_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getTimepointOffset_async
public void getTimepointOffset_async(omero.api.AMD_RawPixelsStore_getTimepointOffset __cb,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getTimepointOffset_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getTimepointSize_async
public void getTimepointSize_async(omero.api.AMD_RawPixelsStore_getTimepointSize __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getTimepointSize_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getTimepoint_async
public void getTimepoint_async(omero.api.AMD_RawPixelsStore_getTimepoint __cb,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getTimepoint_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getTotalSize_async
public void getTotalSize_async(omero.api.AMD_RawPixelsStore_getTotalSize __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getTotalSize_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
isFloat_async
public void isFloat_async(omero.api.AMD_RawPixelsStore_isFloat __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
isFloat_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
isSigned_async
public void isSigned_async(omero.api.AMD_RawPixelsStore_isSigned __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
isSigned_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setPixelsId_async
public void setPixelsId_async(omero.api.AMD_RawPixelsStore_setPixelsId __cb,
long pixelsId,
boolean bypassOriginalFile,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setPixelsId_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getPixelsId_async
public void getPixelsId_async(omero.api.AMD_RawPixelsStore_getPixelsId __cb,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getPixelsId_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
prepare_async
public void prepare_async(omero.api.AMD_RawPixelsStore_prepare __cb,
List<Long> pixelsIds,
Ice.Current __current)
throws omero.ServerError
- Specified by:
prepare_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setPlane_async
public void setPlane_async(omero.api.AMD_RawPixelsStore_setPlane __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setPlane_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setRegion_async
public void setRegion_async(omero.api.AMD_RawPixelsStore_setRegion __cb,
int size,
long offset,
byte[] buffer,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setRegion_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setRow_async
public void setRow_async(omero.api.AMD_RawPixelsStore_setRow __cb,
byte[] buf,
int y,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setRow_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setStack_async
public void setStack_async(omero.api.AMD_RawPixelsStore_setStack __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setStack_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
setTimepoint_async
public void setTimepoint_async(omero.api.AMD_RawPixelsStore_setTimepoint __cb,
byte[] buf,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
setTimepoint_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
getCol_async
public void getCol_async(omero.api.AMD_RawPixelsStore_getCol __cb,
int x,
int z,
int c,
int t,
Ice.Current __current)
throws omero.ServerError
- Specified by:
getCol_async
in interface omero.api._RawPixelsStoreOperations
- Throws:
omero.ServerError
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.