Package omero.grid
Class _TablesTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._TablesDisp
-
- omero.grid._TablesTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_TablesOperations
,_TablesOperationsNC
,Tables
public class _TablesTie extends _TablesDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.grid._TablesDisp
__ids
-
Fields inherited from interface omero.grid.Tables
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _TablesTie()
_TablesTie(_TablesOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
RepositoryPrx
getRepository(Ice.Current __current)
Returns the Repository which this Tables service is watching.TablePrx
getTable(OriginalFile file, ServiceFactoryPrx sf, Ice.Current __current)
Returns the Table service for the given ""OMERO.tables"" file.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
-
Methods inherited from class omero.grid._TablesDisp
___getRepository, ___getTable, __dispatch, __readImpl, __writeImpl, getRepository, getTable, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
-
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
-
_TablesTie
public _TablesTie()
-
_TablesTie
public _TablesTie(_TablesOperations 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
-
getRepository
public RepositoryPrx getRepository(Ice.Current __current) throws ServerError
Description copied from interface:_TablesOperations
Returns the Repository which this Tables service is watching.- Specified by:
getRepository
in interface_TablesOperations
- Parameters:
__current
- The Current object for the invocation.- Throws:
ServerError
-
getTable
public TablePrx getTable(OriginalFile file, ServiceFactoryPrx sf, Ice.Current __current) throws ServerError
Description copied from interface:_TablesOperations
Returns the Table service for the given ""OMERO.tables"" file. This service will open the file locally to access the data. After any modification, the file will be saved locally and the server asked to update the database record. This is done via services in theServiceFactory
.- Specified by:
getTable
in interface_TablesOperations
__current
- The Current object for the invocation.- Throws:
ServerError
-
-