public class GatewayFactory extends Object implements GatewayService
Constructor and Description |
---|
GatewayFactory(omero.api.ServiceFactoryPrx serviceFactory)
Create services from the serviceFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
closeService()
Close the service and all it's surrogate services.
|
omero.api.IAdminPrx |
getAdminService()
Return the admin service.
|
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.
|
public GatewayFactory(omero.api.ServiceFactoryPrx serviceFactory) throws omero.ServerError
serviceFactory
- see above.omero.ServerError
public ImageService getImageService()
public DataService getDataService()
public omero.api.IAdminPrx getAdminService()
public RawFileStoreService getRawFileStoreService()
public RawPixelsStoreService getRawPixelsStoreService()
public ThumbnailService getThumbnailStoreService()
public RenderingService getRenderingService()
public void closeService() throws omero.ServerError
GatewayService
closeService
in interface GatewayService
omero.ServerError
public void keepAlive() throws omero.ServerError
GatewayService
keepAlive
in interface GatewayService
omero.ServerError
public omero.api.IScriptPrx getIScript()
public omero.api.IContainerPrx getIContainer()
public omero.api.ITypesPrx getITypes()
public omero.api.IQueryPrx getIQuery()
public omero.api.IPixelsPrx getIPixels()
public omero.api.IUpdatePrx getIUpdate()
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.