public class _MonitorClientTie extends _MonitorClientDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
__idsice_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_preMarshalpublic static final long serialVersionUID
public _MonitorClientTie()
public _MonitorClientTie(_MonitorClientOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void fsEventHappened(java.lang.String id,
                            EventInfo[] el,
                            Ice.Current __current)
                     throws ServerError
_MonitorClientOperationsfsEventHappened in interface _MonitorClientOperationsid - monitor Id from which the event was reported (string).el - list of events (EventList).__current - The Current object for the invocation.ServerError