Uses of Class
ome.system.ServiceFactory

Packages that use ServiceFactory
ome.formats   
ome.formats.importer.util   
ome.logic The central repository of implementations which will be accessible through this server. 
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.services.blitz.fire   
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.services.scripts   
ome.services.search Internal search implementation classes. 
ome.services.util Helper classes to support OMERO service beans Instead of abstract classes, IOC methods and dependency injection is used to provide service interception for the Service (binary) bean classes. 
ome.tools.spring OMERO Server tools specific to Spring Classes/Interfaces that implement AOP, Post-processing injection, session flushing, and factory management. 
 

Uses of ServiceFactory in ome.formats
 

Constructors in ome.formats with parameters of type ServiceFactory
OMEROMetadataStore(ServiceFactory factory)
          Creates a new instance.
 

Uses of ServiceFactory in ome.formats.importer.util
 

Constructors in ome.formats.importer.util with parameters of type ServiceFactory
TinyImportFixture(ServiceFactory services)
           
 

Uses of ServiceFactory in ome.logic
 

Methods in ome.logic that return ServiceFactory
protected  ServiceFactory HardWiredInterceptor.getServiceFactory(MethodInvocation mi)
           
 

Methods in ome.logic with parameters of type ServiceFactory
static void HardWiredInterceptor.initializeUserAttributes(MethodInvocation mi, ServiceFactory sf, Principal pr, boolean hasPassword)
          Adds the given environment context objects to the ReflectiveMethodInvocation.getUserAttributes() Map for lookup in subclasses
 

Uses of ServiceFactory in ome.security.basic
 

Fields in ome.security.basic declared as ServiceFactory
protected  ServiceFactory BasicSecuritySystem.sf
           
 

Methods in ome.security.basic with parameters of type ServiceFactory
static BasicSecuritySystem BasicSecuritySystem.selfConfigure(SessionManager sm, ServiceFactory sf)
          Simpilifed factory method which generates all the security primitives internally.
 

Constructors in ome.security.basic with parameters of type ServiceFactory
BasicSecuritySystem(OmeroInterceptor interceptor, SystemTypes sysTypes, CurrentDetails cd, SessionManager sessionManager, Roles roles, ServiceFactory sf, TokenHolder tokenHolder)
          Main public constructor for this SecuritySystem implementation.
 

Uses of ServiceFactory in ome.services.blitz.fire
 

Constructors in ome.services.blitz.fire with parameters of type ServiceFactory
AopContextInitializer(ServiceFactory sf, Principal p, boolean hasPassword)
           
 

Uses of ServiceFactory in ome.services.fulltext
 

Methods in ome.services.fulltext with parameters of type ServiceFactory
 Object FullTextIndexer.doWork(org.hibernate.Session session, ServiceFactory sf)
          Runs FullTextIndexer.doIndexing(FullTextSession) within a Lucene transaction.
 

Uses of ServiceFactory in ome.services.procs
 

Methods in ome.services.procs with parameters of type ServiceFactory
 List<ome.model.jobs.Job> ProcessManager.Work.doWork(org.hibernate.Session session, ServiceFactory sf)
           
protected  ome.model.jobs.Job ProcessManager.Work.job(ServiceFactory sf, long id)
           
 void ProcessManager.Work.startProcess(ServiceFactory sf, long jobId)
           
 

Uses of ServiceFactory in ome.services.scripts
 

Methods in ome.services.scripts with parameters of type ServiceFactory
protected  ome.model.core.OriginalFile ScriptRepoHelper.addOrReplace(org.hibernate.Session session, ServiceFactory sf, RepoFile repoFile, Long old)
           
 omero.model.ScriptJob ScriptFinder.createJob(ServiceFactory sf)
          Returns a fresh (unsaved) ScriptJob which can be passed to acquireProcessor for background processing.
 omero.model.OriginalFileI ScriptFinder.getFile(ServiceFactory sf)
           
protected  List<ome.model.core.OriginalFile> ScriptFinder.loadScripts(ServiceFactory sf, ome.parameters.Parameters p)
          Load all scripts that match the name, sha1, and format for script
 

Uses of ServiceFactory in ome.services.search
 

Methods in ome.services.search with parameters of type ServiceFactory
 Object AnnotatedWith.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 Object Complement.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 Object FullText.doWork(org.hibernate.Session s, ServiceFactory sf)
           
 Object HqlQuery.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 Object Intersection.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 Object SimilarTerms.doWork(org.hibernate.Session s, ServiceFactory sf)
           
 Object TagsAndGroups.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 Object Union.doWork(org.hibernate.Session session, ServiceFactory sf)
           
 

Uses of ServiceFactory in ome.services.util
 

Methods in ome.services.util with parameters of type ServiceFactory
 Object Executor.Work.doWork(org.hibernate.Session session, ServiceFactory sf)
          Work method.
 

Uses of ServiceFactory in ome.tools.spring
 

Subclasses of ServiceFactory in ome.tools.spring
 class InternalServiceFactory
          subclass of ome.system.ServiceFactory which retrieves unmanaged ("internal") service-instances.
 class ManagedServiceFactory
          subclass of ome.system.ServiceFactory which retrieves managed service-instances.
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

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