ome.services.blitz.impl
Class RawPixelsStoreI

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by ome.services.blitz.impl.RawPixelsStoreI
All Implemented Interfaces:
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

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, invoker, service
 
Constructor Summary
RawPixelsStoreI(RawPixelsStore service, BlitzExecutor be)
           
 
Method Summary
 void activate_async(omero.api.AMD_StatefulServiceInterface_activate __cb, Ice.Current __current)
           
 void calculateMessageDigest_async(omero.api.AMD_RawPixelsStore_calculateMessageDigest __cb, Ice.Current __current)
           
 void close_async(omero.api.AMD_StatefulServiceInterface_close __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 getCurrentEventContext_async(omero.api.AMD_StatefulServiceInterface_getCurrentEventContext __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 passivate_async(omero.api.AMD_StatefulServiceInterface_passivate __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
applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, onSetOmeroContext, runnableCall, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawPixelsStoreI

public RawPixelsStoreI(RawPixelsStore service,
                       BlitzExecutor be)
Method Detail

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

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

activate_async

public void activate_async(omero.api.AMD_StatefulServiceInterface_activate __cb,
                           Ice.Current __current)
Specified by:
activate_async in interface omero.api._StatefulServiceInterfaceOperations

passivate_async

public void passivate_async(omero.api.AMD_StatefulServiceInterface_passivate __cb,
                            Ice.Current __current)
Specified by:
passivate_async in interface omero.api._StatefulServiceInterfaceOperations

close_async

public void close_async(omero.api.AMD_StatefulServiceInterface_close __cb,
                        Ice.Current __current)
Specified by:
close_async in interface omero.api._StatefulServiceInterfaceOperations

getCurrentEventContext_async

public void getCurrentEventContext_async(omero.api.AMD_StatefulServiceInterface_getCurrentEventContext __cb,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
getCurrentEventContext_async in interface omero.api._StatefulServiceInterfaceOperations
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.