Package ome.services.blitz.repo
Class InternalRepositoryI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._InternalRepositoryDisp
-
- ome.services.blitz.repo.AbstractRepositoryI
-
- ome.services.blitz.repo.InternalRepositoryI
-
- 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 InternalRepositoryI extends AbstractRepositoryI
Standalone repository service.- 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 InternalRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, java.lang.String repoDir, PublicRepositoryI servant)
Deprecated.InternalRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, java.lang.String repoDir, ome.services.util.ReadOnlyStatus readOnly, 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
-
InternalRepositoryI
@Deprecated public InternalRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, java.lang.String repoDir, PublicRepositoryI servant)
Deprecated.
-
InternalRepositoryI
public InternalRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, java.lang.String repoDir, ome.services.util.ReadOnlyStatus readOnly, 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
-
-