public class _MonitorClientTie extends _MonitorClientDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_MonitorClientTie(_MonitorClientOperations delegate) |
_MonitorClientTie() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object rhs) |
void |
fsEventHappened(java.lang.String id,
EventInfo[] el,
Ice.Current __current)
Callback, called by the monitor upon the proxy of the OMERO.fs client.
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
___fsEventHappened, __dispatch, __readImpl, __writeImpl, fsEventHappened, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
___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
public static final long serialVersionUID
public _MonitorClientTie()
public _MonitorClientTie(_MonitorClientOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void fsEventHappened(java.lang.String id, EventInfo[] el, Ice.Current __current) throws ServerError
_MonitorClientOperations
fsEventHappened
in interface _MonitorClientOperations
id
- monitor Id from which the event was reported (string).el
- list of events (EventList).__current
- The Current object for the invocation.ServerError