ome.services.blitz.impl
Class AbstractPyramidServant

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by ome.services.blitz.impl.AbstractPyramidServant
All Implemented Interfaces:
CloseableServant, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
RawPixelsStoreI, RenderingEngineI

public abstract class AbstractPyramidServant
extends AbstractAmdServant

Specialization of AbstractAmdServant to be used by any services which provide the PyramidService interface.

Since:
Beta4.3
Author:
Josh Moore, josh at glencoesoftware.com

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, ctx, invoker, log, service
 
Constructor Summary
AbstractPyramidServant(ServiceInterface service, BlitzExecutor be)
           
 
Method Summary
 void getResolutionLevel_async(omero.api.AMD_PyramidService_getResolutionLevel __cb, Ice.Current __current)
           
 void getResolutionLevels_async(omero.api.AMD_PyramidService_getResolutionLevels __cb, Ice.Current __current)
           
 void getTileSize_async(omero.api.AMD_PyramidService_getTileSize __cb, Ice.Current __current)
           
 void requiresPixelsPyramid_async(omero.api.AMD_PyramidService_requiresPixelsPyramid __cb, Ice.Current __current)
           
 void setResolutionLevel_async(omero.api.AMD_PyramidService_setResolutionLevel __cb, int resolutionLevel, 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

AbstractPyramidServant

public AbstractPyramidServant(ServiceInterface service,
                              BlitzExecutor be)
Method Detail

getResolutionLevels_async

public void getResolutionLevels_async(omero.api.AMD_PyramidService_getResolutionLevels __cb,
                                      Ice.Current __current)

getTileSize_async

public void getTileSize_async(omero.api.AMD_PyramidService_getTileSize __cb,
                              Ice.Current __current)

requiresPixelsPyramid_async

public void requiresPixelsPyramid_async(omero.api.AMD_PyramidService_requiresPixelsPyramid __cb,
                                        Ice.Current __current)

setResolutionLevel_async

public void setResolutionLevel_async(omero.api.AMD_PyramidService_setResolutionLevel __cb,
                                     int resolutionLevel,
                                     Ice.Current __current)

getResolutionLevel_async

public void getResolutionLevel_async(omero.api.AMD_PyramidService_getResolutionLevel __cb,
                                     Ice.Current __current)


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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