ome.services.blitz.impl
Class ProjectionI

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by 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

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, ctx, invoker, log, service
 
Constructor Summary
ProjectionI(ServiceInterface service, BlitzExecutor be)
           
 
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
 

Constructor Detail

ProjectionI

public ProjectionI(ServiceInterface service,
                   BlitzExecutor be)
Method Detail

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: 4.3.3-00d1137e-b2894

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