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 longserialVersionUID-
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 RawFileStorePrxcreateRawFileStore(OriginalFile file, Ice.Current __current)RawPixelsStorePrxcreateRawPixelsStore(OriginalFile file, Ice.Current __current)RenderingEnginePrxcreateRenderingEngine(OriginalFile file, Ice.Current __current)ThumbnailStorePrxcreateThumbnailStore(OriginalFile file, Ice.Current __current)booleanequals(java.lang.Object rhs)OriginalFilegetDescription(Ice.Current __current)java.lang.StringgetFilePath(OriginalFile file, Ice.Current __current)RepositoryPrxgetProxy(Ice.Current __current)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)ResponserawAccess(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_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
createRawFileStore
public RawFileStorePrx createRawFileStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRawFileStorein interface_InternalRepositoryOperations- Throws:
ServerError
-
createRawPixelsStore
public RawPixelsStorePrx createRawPixelsStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRawPixelsStorein interface_InternalRepositoryOperations- Throws:
ServerError
-
createRenderingEngine
public RenderingEnginePrx createRenderingEngine(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createRenderingEnginein interface_InternalRepositoryOperations- Throws:
ServerError
-
createThumbnailStore
public ThumbnailStorePrx createThumbnailStore(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
createThumbnailStorein interface_InternalRepositoryOperations- Throws:
ServerError
-
getDescription
public OriginalFile getDescription(Ice.Current __current) throws ServerError
- Specified by:
getDescriptionin interface_InternalRepositoryOperations- Throws:
ServerError
-
getFilePath
public java.lang.String getFilePath(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
getFilePathin interface_InternalRepositoryOperations- Throws:
ServerError
-
getProxy
public RepositoryPrx getProxy(Ice.Current __current) throws ServerError
- Specified by:
getProxyin interface_InternalRepositoryOperations- Throws:
ServerError
-
rawAccess
public Response rawAccess(RawAccessRequest raw, Ice.Current __current) throws ServerError
- Specified by:
rawAccessin interface_InternalRepositoryOperations- Throws:
ServerError
-
-