ome.services.blitz.gateway.services
Class GatewayFactory

java.lang.Object
  extended by ome.services.blitz.gateway.services.GatewayFactory
All Implemented Interfaces:
GatewayService

public class GatewayFactory
extends Object
implements GatewayService

Since:
OME3.0
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk, Donald MacDonald      donald@lifesci.dundee.ac.uk

Constructor Summary
GatewayFactory(omero.api.ServiceFactoryPrx serviceFactory)
          Create services from the serviceFactory.
 
Method Summary
 void closeService()
          Close the service and all it's surrogate services.
 DataService getDataService()
           
 omero.api.IContainerPrx getIContainer()
          Return the IContainer service.
 ImageService getImageService()
           
 omero.api.IPixelsPrx getIPixels()
          Get the iPixels Service.
 omero.api.IQueryPrx getIQuery()
          Get the IQuery Service.
 omero.api.IScriptPrx getIScript()
          Return the IScript service.
 omero.api.ITypesPrx getITypes()
          Get the types service.
 omero.api.IUpdatePrx getIUpdate()
          Get the iUpdate Service.
 RawFileStoreService getRawFileStoreService()
          Return the raw file store service.
 RawPixelsStoreService getRawPixelsStoreService()
          Return the raw pixels store service.
 RenderingService getRenderingService()
          Return the rendering service.
 ThumbnailService getThumbnailStoreService()
          Return the thumbnail service.
 void keepAlive()
          Keep service alive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayFactory

public GatewayFactory(omero.api.ServiceFactoryPrx serviceFactory)
               throws omero.ServerError
Create services from the serviceFactory.

Parameters:
serviceFactory - see above.
Throws:
omero.ServerError
Method Detail

getImageService

public ImageService getImageService()

getDataService

public DataService getDataService()

getRawFileStoreService

public RawFileStoreService getRawFileStoreService()
Return the raw file store service.

Returns:
see above.

getRawPixelsStoreService

public RawPixelsStoreService getRawPixelsStoreService()
Return the raw pixels store service.

Returns:
see above.

getThumbnailStoreService

public ThumbnailService getThumbnailStoreService()
Return the thumbnail service.

Returns:
see above.

getRenderingService

public RenderingService getRenderingService()
Return the rendering service.

Returns:
see above.

closeService

public void closeService()
                  throws omero.ServerError
Description copied from interface: GatewayService
Close the service and all it's surrogate services.

Specified by:
closeService in interface GatewayService
Throws:
omero.ServerError

keepAlive

public void keepAlive()
               throws omero.ServerError
Description copied from interface: GatewayService
Keep service alive.

Specified by:
keepAlive in interface GatewayService
Throws:
omero.ServerError

getIScript

public omero.api.IScriptPrx getIScript()
Return the IScript service.

Returns:
see above.

getIContainer

public omero.api.IContainerPrx getIContainer()
Return the IContainer service.

Returns:
see above.

getITypes

public omero.api.ITypesPrx getITypes()
Get the types service.

Returns:
see above.

getIQuery

public omero.api.IQueryPrx getIQuery()
Get the IQuery Service.

Returns:
see above.

getIPixels

public omero.api.IPixelsPrx getIPixels()
Get the iPixels Service.

Returns:
see above.

getIUpdate

public omero.api.IUpdatePrx getIUpdate()
Get the iUpdate Service.

Returns:
see above.


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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