Uses of Interface
ome.services.util.Executor.Work

Packages that use Executor.Work
ome.services.blitz.impl   
ome.services.fulltext All necessary classes for background indexing of metadata and attached binary files. 
ome.services.pixeldata   
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.search Internal search implementation classes. 
ome.services.throttling   
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. 
 

Uses of Executor.Work in ome.services.blitz.impl
 

Methods in ome.services.blitz.impl with parameters of type Executor.Work
 void AbstractAmdServant.executorWorkCall(Executor.Work work)
           
 

Uses of Executor.Work in ome.services.fulltext
 

Classes in ome.services.fulltext that implement Executor.Work
 class FullTextIndexer
          Simple action which can be done in an asynchronous thread in order to index Hibernate entities.
 

Uses of Executor.Work in ome.services.pixeldata
 

Classes in ome.services.pixeldata that implement Executor.Work
 class PixelDataHandler
          Simple action which can be done in an asynchronous thread in order to process PIXELDATA event logs.
 

Uses of Executor.Work in ome.services.procs
 

Classes in ome.services.procs that implement Executor.Work
static class ProcessManager.Work
          Task performed by the ProcessManager on each invocation of ExecutionThread.run().
 

Uses of Executor.Work in ome.services.search
 

Classes in ome.services.search that implement Executor.Work
 class AnnotatedWith
          Query for Search which uses an example Annotation instance as the basis for comparison.
 class Complement
          Complement SearchAction which combines two other search actions into one logical unit, e.g.
 class FullText
          Search based on Lucene's Query class.
 class HqlQuery
          Delegate to IQuery.findAllByQuery(String, Parameters).
 class Intersection
          Intersection SearchAction which combines two other search actions into one logical unit, e.g.
 class SearchAction
          Serializable action used by SearchBean to generate results lazily.
 class SimilarTerms
          Search to find similar terms to some given terms.
 class SomeMustNone
          FullText subclass which parses 3 arrays of strings into into a single Lucene query.
 class TagsAndGroups
          Query template used by SearchBean to store user requests.
 class Union
          Union SearchAction which combines two other search actions into one logical unit, e.g.
 

Uses of Executor.Work in ome.services.throttling
 

Constructors in ome.services.throttling with parameters of type Executor.Work
Adapter(Object callback, Ice.Current current, IceMapper mapper, Executor ex, Principal p, Executor.Work work)
           
 

Uses of Executor.Work in ome.services.util
 

Classes in ome.services.util that implement Executor.Work
static class Executor.SimpleWork
          Simple adapter which takes a String for Executor.Descriptive.description
 

Fields in ome.services.util declared as Executor.Work
protected  Executor.Work ExecutionThread.work
           
 

Methods in ome.services.util with parameters of type Executor.Work
 Object Executor.execute(Principal p, Executor.Work work)
          Executes a Executor.Work instance wrapped in two layers of AOP.
 Object Executor.Impl.execute(Principal p, Executor.Work work)
          Executes a Executor.Work instance wrapped in two layers of AOP.
 

Constructors in ome.services.util with parameters of type Executor.Work
ExecutionThread(SessionManager manager, Executor executor, Executor.Work work, Principal principal)
          Main constructor.
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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