Uses of Interface
ome.api.ITypes

Packages that use ITypes
ome.logic The central repository of implementations which will be accessible through this server. 
ome.services Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.blitz.impl   
ome.services.fulltext All necessary classes for background indexing of metadata and attached binary files. 
ome.services.procs Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. 
ome.system Provides the necessary container structure for the entire Omero system. 
 

Uses of ITypes in ome.logic
 

Classes in ome.logic that implement ITypes
 class TypesImpl
          implementation of the ITypes service interface.
 

Uses of ITypes in ome.services
 

Methods in ome.services with parameters of type ITypes
 void JobBean.setTypesService(ITypes typesService)
          Types service Bean injector.
 

Uses of ITypes in ome.services.blitz.impl
 

Constructors in ome.services.blitz.impl with parameters of type ITypes
TypesI(ITypes service, BlitzExecutor be)
           
 

Uses of ITypes in ome.services.fulltext
 

Fields in ome.services.fulltext declared as ITypes
protected  ITypes PersistentEventLogLoader.types
           
 

Methods in ome.services.fulltext with parameters of type ITypes
 void PersistentEventLogLoader.setTypes(ITypes types)
           
 

Uses of ITypes in ome.services.procs
 

Methods in ome.services.procs with parameters of type ITypes
 void ProcessorSkeleton.setTypesService(ITypes typesService)
           
 

Uses of ITypes in ome.system
 

Methods in ome.system that return ITypes
 ITypes ServiceFactory.getTypesService()
           
 



OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.