Package omero.api
Interface StatefulServiceInterface
-
- All Superinterfaces:
_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Subinterfaces:
Exporter
,ImportProcess
,JobHandle
,MetadataStore
,PyramidService
,RawFileStore
,RawPixelsStore
,RenderingEngine
,Search
,ThumbnailStore
- All Known Implementing Classes:
_ExporterDisp
,_ExporterTie
,_ImportProcessDisp
,_ImportProcessTie
,_JobHandleDisp
,_JobHandleTie
,_MetadataStoreDisp
,_MetadataStoreTie
,_PyramidServiceDisp
,_PyramidServiceTie
,_RawFileStoreDisp
,_RawFileStoreTie
,_RawPixelsStoreDisp
,_RawPixelsStoreTie
,_RenderingEngineDisp
,_RenderingEngineTie
,_SearchDisp
,_SearchTie
,_StatefulServiceInterfaceDisp
,_StatefulServiceInterfaceTie
,_ThumbnailStoreDisp
,_ThumbnailStoreTie
,BfPixelsStoreI
public interface StatefulServiceInterface extends Ice.Object, _StatefulServiceInterfaceOperations, _StatefulServiceInterfaceOperationsNC, ServiceInterface
Service marker for stateful services which permits the closing of a particular service before the destruction of the session.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperationsNC
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-