omero::grid::ClusterNode
        Overview
        interface ClusterNode
        
Interface implemented by each server instance. Instances lookup one
another in the IceGrid registry.
        Operation Index
        
            - getNodeUuid
- 
                Each node acquires the uuids of all other active nodes on start
up.
- down
- 
                Let all cluster nodes know that the instance with this
uuid is going down.
Operations
        string getNodeUuid()
        
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.
        void down(string uuid)
        
Let all cluster nodes know that the instance with this
uuid is going down.