Package omero.util
Interface TieAware
-
- All Known Implementing Classes:
RawFileStoreI
,RepoRawFileStoreI
public interface TieAware
Servant which is aware of theTieBase
-instance which it belongs to and will have it injected on instantiation.- Since:
- Beta4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTie(Ice.TieBase tie)
-
-
-
Method Detail
-
setTie
void setTie(Ice.TieBase tie) throws ServerError
- Throws:
ServerError
-
-