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:
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, invoker, 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
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

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: Beta-4.1.1-r5927-b91

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