Package ome.services.blitz.repo
Class RequestObjectFactoryRegistry
- java.lang.Object
-
- omero.util.ObjectFactoryRegistry
-
- ome.services.blitz.repo.RequestObjectFactoryRegistry
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class RequestObjectFactoryRegistry extends ObjectFactoryRegistry implements org.springframework.context.ApplicationContextAware
Requests which are handled by the repository servants.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class omero.util.ObjectFactoryRegistry
ObjectFactoryRegistry.ObjectFactory
-
-
Field Summary
-
Fields inherited from class omero.util.ObjectFactoryRegistry
log
-
-
Constructor Summary
Constructors Constructor Description RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels)
Deprecated.RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels, Resources resources)
Deprecated.RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels, Resources resources, ome.io.nio.ReaderSecurityCheck readerSecurityCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,ObjectFactoryRegistry.ObjectFactory>
createFactories(Ice.Communicator ic)
void
setApplicationContext(org.springframework.context.ApplicationContext ctx)
-
Methods inherited from class omero.util.ObjectFactoryRegistry
setIceCommunicator
-
-
-
-
Constructor Detail
-
RequestObjectFactoryRegistry
@Deprecated public RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels)
Deprecated.
-
RequestObjectFactoryRegistry
@Deprecated public RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels, Resources resources)
Deprecated.
-
RequestObjectFactoryRegistry
public RequestObjectFactoryRegistry(Registry reg, ome.io.nio.TileSizes sizes, RepositoryDao repositoryDao, Ring ring, ome.io.nio.PixelsService pixels, Resources resources, ome.io.nio.ReaderSecurityCheck readerSecurityCheck)
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
createFactories
public java.util.Map<java.lang.String,ObjectFactoryRegistry.ObjectFactory> createFactories(Ice.Communicator ic)
- Specified by:
createFactories
in classObjectFactoryRegistry
-
-