Package omero.grid
Class _ClusterNodeTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._ClusterNodeDisp
-
- omero.grid._ClusterNodeTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ClusterNodeOperations
,_ClusterNodeOperationsNC
,ClusterNode
public class _ClusterNodeTie extends _ClusterNodeDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.grid._ClusterNodeDisp
__ids
-
Fields inherited from interface omero.grid.ClusterNode
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ClusterNodeTie()
_ClusterNodeTie(_ClusterNodeOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
down(java.lang.String uuid, Ice.Current __current)
Let all cluster nodes know that the instance with this uuid is going down.boolean
equals(java.lang.Object rhs)
java.lang.String
getNodeUuid(Ice.Current __current)
Each node acquires the uuids of all other active nodes on start up.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
-
Methods inherited from class omero.grid._ClusterNodeDisp
___down, ___getNodeUuid, __dispatch, __readImpl, __writeImpl, down, getNodeUuid, 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
-
_ClusterNodeTie
public _ClusterNodeTie()
-
_ClusterNodeTie
public _ClusterNodeTie(_ClusterNodeOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
down
public void down(java.lang.String uuid, Ice.Current __current)
Description copied from interface:_ClusterNodeOperations
Let all cluster nodes know that the instance with this uuid is going down.- Specified by:
down
in interface_ClusterNodeOperations
__current
- The Current object for the invocation.
-
getNodeUuid
public java.lang.String getNodeUuid(Ice.Current __current)
Description copied from interface:_ClusterNodeOperations
Each node acquires the uuids of all other active nodes on start up. The uuid is an internal value and does not correspond to a session.- Specified by:
getNodeUuid
in interface_ClusterNodeOperations
- Parameters:
__current
- The Current object for the invocation.
-
-