ome.services.blitz.impl
Class ProjectionI
java.lang.Object
ome.services.blitz.impl.AbstractAmdServant
ome.services.blitz.impl.ProjectionI
- All Implemented Interfaces:
- CloseableServant, BlitzOnly, omero.api._IProjectionOperations, omero.api._ServiceInterfaceOperations, org.springframework.context.ApplicationContextAware
public class ProjectionI
- extends AbstractAmdServant
- implements omero.api._IProjectionOperations, BlitzOnly
Implementation of the IProjection service.
- Since:
- 3.0-Beta4
- Author:
- Chris Allan
- See Also:
IProjection
Method Summary |
void |
projectPixels_async(omero.api.AMD_IProjection_projectPixels __cb,
long pixelsId,
omero.model.PixelsType pixelsType,
omero.constants.projection.ProjectionType algorithm,
int tStart,
int tEnd,
List<Integer> channelList,
int stepping,
int zStart,
int zEnd,
String name,
Ice.Current __current)
|
void |
projectStack_async(omero.api.AMD_IProjection_projectStack __cb,
long pixelsId,
omero.model.PixelsType pixelsType,
omero.constants.projection.ProjectionType algorithm,
int timepoint,
int channelIndex,
int stepping,
int start,
int end,
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 |
ProjectionI
public ProjectionI(ServiceInterface service,
BlitzExecutor be)
projectPixels_async
public void projectPixels_async(omero.api.AMD_IProjection_projectPixels __cb,
long pixelsId,
omero.model.PixelsType pixelsType,
omero.constants.projection.ProjectionType algorithm,
int tStart,
int tEnd,
List<Integer> channelList,
int stepping,
int zStart,
int zEnd,
String name,
Ice.Current __current)
throws omero.ServerError
- Specified by:
projectPixels_async
in interface omero.api._IProjectionOperations
- Throws:
omero.ServerError
projectStack_async
public void projectStack_async(omero.api.AMD_IProjection_projectStack __cb,
long pixelsId,
omero.model.PixelsType pixelsType,
omero.constants.projection.ProjectionType algorithm,
int timepoint,
int channelIndex,
int stepping,
int start,
int end,
Ice.Current __current)
throws omero.ServerError
- Specified by:
projectStack_async
in interface omero.api._IProjectionOperations
- Throws:
omero.ServerError
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.