Package ome.services.blitz.repo
Class TemporaryRepositoryI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._InternalRepositoryDisp
-
- ome.services.blitz.repo.AbstractRepositoryI
-
- ome.services.blitz.repo.TemporaryRepositoryI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,_InternalRepositoryOperations
,_InternalRepositoryOperationsNC
,InternalRepository
,org.springframework.context.ApplicationListener<ome.util.messages.InternalMessage>
public class TemporaryRepositoryI extends AbstractRepositoryI
Simple repository service to make the ${java.io.tmpdir} available at runtime. This is primarily for testing (see blitz-config.xml to disable) of the repository infrastructure, and will lead to a number of repository objects being created in the database.- Since:
- Beta4.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class omero.grid._InternalRepositoryDisp
__ids, serialVersionUID
-
Fields inherited from interface omero.grid.InternalRepository
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description TemporaryRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, PublicRepositoryI servant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFilePath(OriginalFile file, Ice.Current __current)
-
Methods inherited from class ome.services.blitz.repo.AbstractRepositoryI
close, createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, generateRepoUuid, getCommunicator, getDescription, getDescription, getFileRepo, getObjectAdapter, getProxy, getRepoUuid, onApplicationEvent, rawAccess, takeover
-
Methods inherited from class omero.grid._InternalRepositoryDisp
___createRawFileStore, ___createRawPixelsStore, ___createRenderingEngine, ___createThumbnailStore, ___getDescription, ___getFilePath, ___getProxy, ___rawAccess, __dispatch, __readImpl, __writeImpl, createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, getDescription, getFilePath, getProxy, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, rawAccess
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Constructor Detail
-
TemporaryRepositoryI
public TemporaryRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, PublicRepositoryI servant)
-
-
Method Detail
-
getFilePath
public java.lang.String getFilePath(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
getFilePath
in interface_InternalRepositoryOperations
- Specified by:
getFilePath
in classAbstractRepositoryI
- Throws:
ServerError
-
-