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 longserialVersionUID- 
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 booleanequals(java.lang.Object rhs)RepositoryPrxgetRepository(Ice.Current __current)Returns the Repository which this Tables service is watching.TablePrxgetTable(OriginalFile file, ServiceFactoryPrx sf, Ice.Current __current)Returns the Table service for the given ""OMERO.tables"" file.inthashCode()java.lang.Objectice_delegate()voidice_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_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
 
- 
getRepository
public RepositoryPrx getRepository(Ice.Current __current) throws ServerError
Description copied from interface:_TablesOperationsReturns the Repository which this Tables service is watching.- Specified by:
 getRepositoryin 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:_TablesOperationsReturns 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:
 getTablein interface_TablesOperations__current- The Current object for the invocation.- Throws:
 ServerError
 
 - 
 
 -