Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmdServant.executorWorkCall(Executor.Work work) |
Modifier and Type | Class and Description |
---|---|
class |
FullTextIndexer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PixelDataHandler
Simple action which can be done in an asynchronous thread in order to process
PIXELDATA event logs.
|
Modifier and Type | Class and Description |
---|---|
static class |
ProcessManager.Work
Task performed by the
ProcessManager on each invocation of
ExecutionThread.run() . |
Modifier and Type | Class and Description |
---|---|
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
|
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. |
Constructor and Description |
---|
Adapter(java.lang.Object callback,
Ice.Current current,
IceMapper mapper,
Executor ex,
Principal p,
Executor.Work work) |
Modifier and Type | Class and Description |
---|---|
static class |
Executor.SimpleWork
Simple adapter which takes a String for
Executor.Descriptive.description |
Modifier and Type | Field and Description |
---|---|
protected Executor.Work |
ExecutionThread.work |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Executor.execute(java.util.Map<java.lang.String,java.lang.String> callContext,
Principal p,
Executor.Work work)
Executes a
Executor.Work instance wrapped in two layers of AOP. |
java.lang.Object |
Executor.Impl.execute(java.util.Map<java.lang.String,java.lang.String> callContext,
Principal p,
Executor.Work work)
Executes a
Executor.Work instance wrapped in two layers of AOP. |
java.lang.Object |
Executor.execute(Principal p,
Executor.Work work)
Call
Executor.execute(Map, Principal, Work) with
a null call context. |
java.lang.Object |
Executor.Impl.execute(Principal p,
Executor.Work work)
Call
Executor.execute(Map, Principal, Work)
with a null call context. |
Constructor and Description |
---|
ExecutionThread(SessionManager manager,
Executor executor,
Executor.Work work,
Principal principal)
Main constructor.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.