public class GatewayFactory extends java.lang.Object implements GatewayService
コンストラクタと説明 |
---|
GatewayFactory(omero.api.ServiceFactoryPrx serviceFactory)
Create services from the serviceFactory.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
インタフェース内 GatewayService
omero.ServerError
public void keepAlive() throws omero.ServerError
GatewayService
keepAlive
インタフェース内 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()