Package omero.grid.monitors
Class _MonitorClientTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid.monitors._MonitorClientDisp
-
- omero.grid.monitors._MonitorClientTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_MonitorClientOperations,_MonitorClientOperationsNC,MonitorClient
public class _MonitorClientTie extends _MonitorClientDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from class omero.grid.monitors._MonitorClientDisp
__ids
-
Fields inherited from interface omero.grid.monitors.MonitorClient
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _MonitorClientTie()_MonitorClientTie(_MonitorClientOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object rhs)voidfsEventHappened(java.lang.String id, EventInfo[] el, Ice.Current __current)Callback, called by the monitor upon the proxy of the OMERO.fs client.inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)-
Methods inherited from class omero.grid.monitors._MonitorClientDisp
___fsEventHappened, __dispatch, __readImpl, __writeImpl, fsEventHappened, 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
-
_MonitorClientTie
public _MonitorClientTie()
-
_MonitorClientTie
public _MonitorClientTie(_MonitorClientOperations 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
-
fsEventHappened
public void fsEventHappened(java.lang.String id, EventInfo[] el, Ice.Current __current) throws ServerErrorDescription copied from interface:_MonitorClientOperationsCallback, called by the monitor upon the proxy of the OMERO.fs client.- Specified by:
fsEventHappenedin interface_MonitorClientOperations- Parameters:
id- monitor Id from which the event was reported (string).el- list of events (EventList).__current- The Current object for the invocation.- Throws:
ServerError
-
-