Uses of Interface
ome.services.blitz.util.BlitzExecutor

Packages that use BlitzExecutor
ome.services.blitz.gateway   
ome.services.blitz.impl   
ome.services.throttling   
 

Uses of BlitzExecutor in ome.services.blitz.gateway
 

Constructors in ome.services.blitz.gateway with parameters of type BlitzExecutor
OmeroGateway(BlitzExecutor be)
           
 

Uses of BlitzExecutor in ome.services.blitz.impl
 

Fields in ome.services.blitz.impl declared as BlitzExecutor
protected  BlitzExecutor AbstractAmdServant.be
           
 

Constructors in ome.services.blitz.impl with parameters of type BlitzExecutor
AbstractAmdServant(ServiceInterface service, BlitzExecutor be)
           
AdminI(IAdmin service, BlitzExecutor be)
           
ConfigI(IConfig service, BlitzExecutor be)
           
ContainerI(IContainer service, BlitzExecutor be)
           
DeleteI(IDelete service, BlitzExecutor be, ThreadPool threadPool, int cancelTimeoutMs, String omeroDataDir)
           
ExporterI(BlitzExecutor be, DatabaseIdentity databaseIdentity)
           
JobHandleI(JobHandle service, BlitzExecutor be)
           
LdapI(ILdap service, BlitzExecutor be)
           
MetadataI(IMetadata service, BlitzExecutor be)
          Creates a new instance.
MetadataStoreI(BlitzExecutor be, PopulateRoiJob popRoi)
           
PixelsI(IPixels service, BlitzExecutor be)
           
ProjectionI(ServiceInterface service, BlitzExecutor be)
           
QueryI(IQuery service, BlitzExecutor be)
           
RawFileStoreI(RawFileStore service, BlitzExecutor be)
           
RawPixelsStoreI(RawPixelsStore service, BlitzExecutor be)
           
RenderingEngineI(RenderingEngine service, BlitzExecutor be)
           
RenderingSettingsI(IRenderingSettings service, BlitzExecutor be)
           
RepositoryInfoI(IRepositoryInfo service, BlitzExecutor be)
           
RoiI(BlitzExecutor be, GeomTool geomTool, org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc)
           
ScriptI(BlitzExecutor be, ScriptRepoHelper scripts)
           
SearchI(Search service, BlitzExecutor be)
           
SessionI(ISession service, BlitzExecutor be)
           
SharedResourcesI(BlitzExecutor be, TopicManager topicManager, Registry registry, ScriptRepoHelper helper)
           
SharedResourcesI(BlitzExecutor be, TopicManager topicManager, Registry registry, ScriptRepoHelper helper, long waitMillis)
           
ShareI(IShare service, BlitzExecutor be)
           
ThumbnailStoreI(ThumbnailStore service, BlitzExecutor be)
           
TimelineI(BlitzExecutor be)
           
TypesI(ITypes service, BlitzExecutor be)
           
UpdateI(IUpdate service, BlitzExecutor be)
           
 

Uses of BlitzExecutor in ome.services.throttling
 

Subinterfaces of BlitzExecutor in ome.services.throttling
 interface ThrottlingStrategy
          Strategy interface for controlling the execution of blitz methods.
 

Classes in ome.services.throttling that implement BlitzExecutor
 class AbstractThrottlingStrategy
          Throttling implementation which uses the calling server Thread for execution.
 class InThreadThrottlingStrategy
          Throttling implementation which uses the calling server Thread for execution.
 class SerialThrottlingStrategy
          Throttling implementation which only allows a single invocation to be run at any given time.
 



OmeroJava Api

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

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