Package omero.grid

Class _ClusterNodeTie

    • Constructor Detail

      • _ClusterNodeTie

        public _ClusterNodeTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.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.