Package omero.grid
Class _InternalRepositoryTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._InternalRepositoryDisp
-
- omero.grid._InternalRepositoryTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_InternalRepositoryOperations
,_InternalRepositoryOperationsNC
,InternalRepository
public class _InternalRepositoryTie extends _InternalRepositoryDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.grid._InternalRepositoryDisp
__ids
-
Fields inherited from interface omero.grid.InternalRepository
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _InternalRepositoryTie()
_InternalRepositoryTie(_InternalRepositoryOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RawFileStorePrx
createRawFileStore(OriginalFile file, Ice.Current __current)
RawPixelsStorePrx
createRawPixelsStore(OriginalFile file, Ice.Current __current)
RenderingEnginePrx
createRenderingEngine(OriginalFile file, Ice.Current __current)
ThumbnailStorePrx
createThumbnailStore(OriginalFile file, Ice.Current __current)
boolean
equals(java.lang.Object rhs)
OriginalFile
getDescription(Ice.Current __current)
java.lang.String
getFilePath(OriginalFile file, Ice.Current __current)
RepositoryPrx
getProxy(Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
Response
rawAccess(RawAccessRequest raw, Ice.Current __current)
-
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
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_InternalRepositoryTie
public _InternalRepositoryTie()
-
_InternalRepositoryTie
public _InternalRepositoryTie(_InternalRepositoryOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
createRawFileStore
public RawFileStorePrx createRawFileStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRawFileStore
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
createRawPixelsStore
public RawPixelsStorePrx createRawPixelsStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRawPixelsStore
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
createRenderingEngine
public RenderingEnginePrx createRenderingEngine(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRenderingEngine
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
createThumbnailStore
public ThumbnailStorePrx createThumbnailStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createThumbnailStore
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
getDescription
public OriginalFile getDescription(Ice.Current __current) throws ServerError
- Specified by:
getDescription
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
getFilePath
public java.lang.String getFilePath(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
getFilePath
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
getProxy
public RepositoryPrx getProxy(Ice.Current __current) throws ServerError
- Specified by:
getProxy
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
rawAccess
public Response rawAccess(RawAccessRequest raw, Ice.Current __current) throws ServerError
- Specified by:
rawAccess
in interface_InternalRepositoryOperations
- Throws:
ServerError
-
-