Interface | Description |
---|---|
CloseableServant |
Marker interface which distinguishes a servant which wants to have
CloseableServant.close(Ice.Current) called on
SessionI.doDestroy() |
IceMapper.ReturnMapping | |
Resources.Entry |
Interface to be implemented by any object which wants to be managed by
the
Resources class. |
TieAware |
Servant which is aware of the
TieBase -instance which it
belongs to and will have it injected on instantiation. |
TileData |
Access strategy which can be implemented by diverse resources
|
TileLoopIteration |
A single iteration of a tile for each loop.
|
Class | Description |
---|---|
IceMap |
Code-generated
|
IceMapper |
Responsible for the mapping of ome.* types to omero.* types and back again.
|
ModelObjectFactoryRegistry | |
ObjectFactoryRegistry |
SPI type picked up from the Spring configuration and given a chance to
register all its
ObjectFactory instances with the
Communicator . |
ObjectFactoryRegistry.ObjectFactory | |
PrefixSubstituter<X extends java.lang.Comparable<X>> |
Efficiently applies prefix transformations from a set thereof.
|
ReadOnlyByteArray |
A read-only slice of a given array.
|
Resources |
Container class for storing resources which should be cleaned up on close and
periodically checked.
|
RPSTileData |
Access strategy which can be implemented by diverse resources
|
RPSTileLoop |
Helper subclass of
TileLoop which handles
unloaded Pixels instances and manages the
creation of the RPSTileData . |
RTypeMapper | |
ServantHolder |
Manager for all active servants in a single session.
|
TempFileManager |
Creates temporary files and folders and makes a best effort to remove them on
exit (or sooner).
|
TileLoop |