Package omero.util
Interface CloseableServant
-
- All Known Subinterfaces:
IHandle
- All Known Implementing Classes:
AbstractCloseableAmdServant
,AbstractPyramidServant
,ExporterI
,HandleI
,InteractiveProcessorI
,JobHandleI
,ManagedImportProcessI
,MetadataStoreI
,RawFileStoreI
,RawPixelsStoreI
,RenderingEngineI
,RepoRawFileStoreI
,SearchI
,SharedResourcesI
,TableCloserI
,ThumbnailStoreI
public interface CloseableServant
Marker interface which distinguishes a servant which wants to haveclose(Ice.Current)
called onSessionI.doDestroy()
- Since:
- Beta4.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close(Ice.Current current)
-