|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Executor | |
---|---|
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.fire | |
ome.services.blitz.impl | |
ome.services.blitz.redirect | |
ome.services.blitz.repo | |
ome.services.blitz.util | |
ome.services.export | Helpers for implementing the necessary interfaces from Bio-Formats for mapping OMERO objects (ome.model.*) to OME-XML and OME-TIFF |
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.roi | |
ome.services.scripts | |
ome.services.sessions | |
ome.services.sharing | ome.api.IShare support infrastructure. |
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. |
omero.grid |
Uses of Executor in ome.logic |
---|
Fields in ome.logic declared as Executor | |
---|---|
protected Executor |
UpdateImpl.executor
|
Methods in ome.logic with parameters of type Executor | |
---|---|
void |
UpdateImpl.setExecutor(Executor executor)
|
Uses of Executor in ome.services |
---|
Methods in ome.services with parameters of type Executor | |
---|---|
void |
SearchBean.setExecutor(Executor executor)
Injector used by Spring, currently, since SelfConfigurableService.selfConfigure() requires it. |
Constructors in ome.services with parameters of type Executor | |
---|---|
RenderingBean(PixelsService dataService,
LocalCompress compress,
Executor ex,
SecuritySystem secSys)
Compression service Bean injector. |
|
SearchBean(Executor executor,
Class<? extends Analyzer> analyzer)
|
Uses of Executor in ome.services.blitz.fire |
---|
Fields in ome.services.blitz.fire declared as Executor | |
---|---|
protected Executor |
SessionManagerI.executor
|
Constructors in ome.services.blitz.fire with parameters of type Executor | |
---|---|
PermissionsVerifierI(Ring ring,
SessionManager manager,
Executor ex,
String uuid)
|
|
Ring(String uuid,
Executor executor)
|
|
Ring(String uuid,
Executor executor,
Redirector redirector)
|
|
SessionManagerI(Ring ring,
Ice.ObjectAdapter adapter,
SecuritySystem secSys,
SessionManager sessionManager,
Executor executor,
TopicManager topicManager,
Registry reg)
|
Uses of Executor in ome.services.blitz.impl |
---|
Methods in ome.services.blitz.impl that return Executor | |
---|---|
Executor |
ServiceFactoryI.getExecutor()
|
Constructors in ome.services.blitz.impl with parameters of type Executor | |
---|---|
ServiceFactoryI(boolean reusedSession,
Ice.Current current,
Glacier2.SessionControlPrx control,
OmeroContext context,
SessionManager manager,
Executor executor,
Principal p,
List<HardWiredInterceptor> interceptors,
TopicManager topicManager,
Registry registry)
|
|
ServiceFactoryI(Ice.Current current,
Glacier2.SessionControlPrx control,
OmeroContext context,
SessionManager manager,
Executor executor,
Principal p,
List<HardWiredInterceptor> interceptors,
TopicManager topicManager,
Registry registry)
|
Uses of Executor in ome.services.blitz.redirect |
---|
Fields in ome.services.blitz.redirect declared as Executor | |
---|---|
protected Executor |
AbstractRedirector.executor
|
Constructors in ome.services.blitz.redirect with parameters of type Executor | |
---|---|
AbstractRedirector(Executor ex)
|
|
ConfigRedirector(Executor ex)
|
|
ScaleRedirector(Executor ex)
|
Uses of Executor in ome.services.blitz.repo |
---|
Constructors in ome.services.blitz.repo with parameters of type Executor | |
---|---|
AbstractRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
FileMaker fileMaker)
|
|
AbstractRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
String repoDir)
|
|
InternalRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
String repoDir)
|
|
LegacyRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
FileMaker fileMaker)
|
|
LegacyRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
String repoDir)
|
|
PublicRepositoryI(File root,
long repoObjectId,
Executor executor,
ome.util.SqlAction sql,
Principal principal)
|
|
ScriptRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid,
ScriptRepoHelper helper)
|
|
TemporaryRepositoryI(Ice.ObjectAdapter oa,
Registry reg,
Executor ex,
ome.util.SqlAction sql,
String sessionUuid)
|
Uses of Executor in ome.services.blitz.util |
---|
Methods in ome.services.blitz.util with parameters of type Executor | |
---|---|
protected SessionManagerI |
BlitzConfiguration.createAndRegisterManager(SessionManager sessionManager,
SecuritySystem securitySystem,
Executor executor)
|
protected Glacier2.PermissionsVerifier |
BlitzConfiguration.createAndRegisterVerifier(SessionManager sessionManager,
Executor executor)
|
Constructors in ome.services.blitz.util with parameters of type Executor | |
---|---|
BlitzConfiguration(Ice.InitializationData id,
Ring ring,
SessionManager sessionManager,
SecuritySystem securitySystem,
Executor executor)
Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor)
but allows properties to be specified via an
InitializationData instance. |
|
BlitzConfiguration(Ice.InitializationData id,
Ring ring,
SessionManager sessionManager,
SecuritySystem securitySystem,
Executor executor,
Map<String,Ice.ObjectFactory> factories)
Full constructor |
|
BlitzConfiguration(Ring ring,
SessionManager sessionManager,
SecuritySystem securitySystem,
Executor executor)
Single constructor which builds all Ice instances needed for the server runtime based on arguments provided. |
|
BlitzConfiguration(Ring ring,
SessionManager sessionManager,
SecuritySystem securitySystem,
Executor executor,
Map<String,Ice.ObjectFactory> factories)
Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor)
but allows ObjectFactory instances to be specified via a
Map . |
|
CheckAllJobs(Executor ex,
Ice.ObjectAdapter oa,
TopicManager tm)
|
|
CheckAllJobs(Executor ex,
Ice.ObjectAdapter oa,
TopicManager tm,
long waitMs)
|
Uses of Executor in ome.services.export |
---|
Constructors in ome.services.export with parameters of type Executor | |
---|---|
ExporterStepFactory(Executor ex,
Principal p)
|
Uses of Executor in ome.services.fulltext |
---|
Constructors in ome.services.fulltext with parameters of type Executor | |
---|---|
FullTextThread(SessionManager manager,
Executor executor,
FullTextIndexer indexer,
FullTextBridge bridge)
Uses default Principal for indexing |
|
FullTextThread(SessionManager manager,
Executor executor,
FullTextIndexer indexer,
FullTextBridge bridge,
boolean waitForLock)
Uses default Principal for indexing |
|
FullTextThread(SessionManager manager,
Executor executor,
FullTextIndexer indexer,
FullTextBridge bridge,
Principal principal)
Main constructor. |
|
FullTextThread(SessionManager manager,
Executor executor,
FullTextIndexer indexer,
FullTextBridge bridge,
Principal principal,
boolean waitForLock)
Main constructor. |
Uses of Executor in ome.services.pixeldata |
---|
Constructors in ome.services.pixeldata with parameters of type Executor | |
---|---|
PixelDataThread(SessionManager manager,
Executor executor,
PixelDataHandler handler,
Principal principal,
String uuid)
Main constructor. |
|
PixelDataThread(SessionManager manager,
Executor executor,
PixelDataHandler handler,
String uuid)
Uses default Principal for processing |
Uses of Executor in ome.services.procs |
---|
Constructors in ome.services.procs with parameters of type Executor | |
---|---|
ProcessManager(SessionManager manager,
SecuritySystem sec,
Executor executor,
Processor... procs)
main constructor which takes a non-null array of Processor
instances as its only argument. |
Uses of Executor in ome.services.roi |
---|
Fields in ome.services.roi declared as Executor | |
---|---|
protected Executor |
GeomTool.ex
|
Constructors in ome.services.roi with parameters of type Executor | |
---|---|
GeomTool(PixelData data,
ome.util.SqlAction sql,
SessionFactory factory,
Executor ex,
String uuid)
|
|
PopulateRoiJob(Roles roles,
Principal principal,
Executor executor,
File source)
|
|
PopulateRoiJob(Roles roles,
String uuid,
Executor executor)
|
|
PopulateRoiJob(Roles roles,
String uuid,
Executor executor,
File source)
|
Uses of Executor in ome.services.scripts |
---|
Constructors in ome.services.scripts with parameters of type Executor | |
---|---|
ScriptFinder(Roles roles,
Principal principal,
Executor executor,
File source)
|
|
ScriptFinder(Roles roles,
String uuid,
Executor executor,
File source)
|
|
ScriptRepoHelper(Executor ex,
String sessionUuid,
Roles roles)
|
|
ScriptRepoHelper(File dir,
Executor ex,
Principal p,
Roles roles)
|
|
ScriptRepoHelper(String uuid,
File dir,
Executor ex,
Principal p,
Roles roles)
|
Uses of Executor in ome.services.sessions |
---|
Fields in ome.services.sessions declared as Executor | |
---|---|
protected Executor |
SessionManagerImpl.executor
|
Methods in ome.services.sessions with parameters of type Executor | |
---|---|
void |
SessionManagerImpl.setExecutor(Executor executor)
|
Constructors in ome.services.sessions with parameters of type Executor | |
---|---|
SessionBean(SessionManager mgr,
Executor ex,
CurrentDetails cd)
|
Uses of Executor in ome.services.sharing |
---|
Fields in ome.services.sharing declared as Executor | |
---|---|
protected Executor |
ShareBean.executor
|
Constructors in ome.services.sharing with parameters of type Executor | |
---|---|
ShareBean(LocalAdmin admin,
SessionManager mgr,
ShareStore store,
Executor executor)
|
Uses of Executor in ome.services.throttling |
---|
Constructors in ome.services.throttling with parameters of type Executor | |
---|---|
Adapter(Object callback,
Ice.Current current,
IceMapper mapper,
Executor ex,
Principal p,
Executor.Work work)
|
Uses of Executor in ome.services.util |
---|
Classes in ome.services.util that implement Executor | |
---|---|
static class |
Executor.Impl
|
Fields in ome.services.util declared as Executor | |
---|---|
protected Executor |
ExecutionThread.executor
|
Constructors in ome.services.util with parameters of type Executor | |
---|---|
DBEnumCheck(Executor executor)
|
|
DBPatchCheck(Executor executor,
LocalConfig config)
|
|
ExecutionThread(SessionManager manager,
Executor executor,
Executor.Work work,
Principal principal)
Main constructor. |
|
NamespaceCheck(Executor executor,
String uuid,
Roles roles)
|
Uses of Executor in omero.grid |
---|
Constructors in omero.grid with parameters of type Executor | |
---|---|
InteractiveProcessorI(Principal p,
SessionManager mgr,
Executor ex,
omero.grid.ProcessorPrx prx,
omero.model.Job job,
long timeout,
Glacier2.SessionControlPrx control,
ParamsHelper helper)
|
|
ParamsHelper(ParamsHelper.Acquirer acq,
Executor ex,
Principal p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.