| Interface | Description | 
|---|---|
| BlitzExecutor | Single-point of execution for all AMD blitz calls. | 
| BlitzOnly | Marker interface which specifies that an servant should not be checked for
 api consistency via  ApiConsistencyCheck. | 
| ServiceFactoryAware | Servant which is aware of the  ServiceFactoryI-instance which it
 belongs to and will have it injected on instantiation. | 
| Class | Description | 
|---|---|
| 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  Communicatorinstance as well as the
 properObjectAdapterand adds initial, well-known servants. | 
| CheckAllJobs | |
| ChecksumAlgorithmMapper | Work with  ChecksumAlgorithmenumeration instances,
 including mapping their values back toChecksumTypes. | 
| 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 | ApplicationEventwhich gets raised onCacheEventListener.notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element) | 
| FindServiceFactoryMessage | InternalMessageraised when a servant needs to find
 theServiceFactoryIinstance that the current user
 is working with. | 
| IceMethodInvoker | Method-cache primed either with anServiceInterfaceinstance
 or with aClasswith generic typeServiceInterface. | 
| ParamsCache | Caching replacement of  ParamsHelperwhich maintains anOriginalFileID+SHA1-to-JobParamsmapping in memory rather
 than storing ParseJob instances in the database. | 
| RegisterServantMessage | InternalMessageraised when a servant should be registered for clean. | 
| ResultHolder<U> | |
| UnregisterServantMessage | InternalMessageraised when a servant should be removed from theadapter. |