ApiConsistencyCheck |
Checks all servant definitions (see:
ome/services/blitz-servantDefinitions.xml) to guarantee that the RMI and the
Blitz APIs match.
|
BlitzConfiguration |
Factory bean which creates an Communicator instance as well as the
proper ObjectAdapter and adds initial, well-known servants.
|
CheckAllJobs |
|
ChecksumAlgorithmMapper |
Work with ChecksumAlgorithm enumeration instances,
including mapping their values back to ChecksumType s.
|
ConvertToBlitzExceptionMessage |
Internal event which gives third party services a chance to map their
exceptions to a blitz exception.
|
CurrentPlatform |
Test under which platform OMERO is currently running.
|
ExpiredServantMessage |
ApplicationEvent which gets raised on
CacheEventListener.notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)
|
FindServiceFactoryMessage |
InternalMessage raised when a servant needs to find
the ServiceFactoryI instance that the current user
is working with.
|
IceMethodInvoker |
Method -cache primed either with an ServiceInterface instance
or with a Class with generic type ServiceInterface .
|
ParamsCache |
Caching replacement of ParamsHelper which maintains an
OriginalFile ID+SHA1-to- JobParams mapping in memory rather
than storing ParseJob instances in the database.
|
RegisterServantMessage |
InternalMessage raised when a servant should be registered for clean.
|
ResultHolder<U> |
|
UnregisterServantMessage |
InternalMessage raised when a servant should be removed from the
adapter .
|