Interface ClusteredComponentIfc

    • Method Detail

      • setClusterController

        void setClusterController​(ClusterControllerIfc cl_controller)
        Set's the configures the cluster controller object for cluster communication and API.
        Parameters:
        cl_controller - cluster controller object used for cluster communication
      • nodeConnected

        void nodeConnected​(java.lang.String node)
        Method is called on cluster node connection event. This is a notification to the component that a new cluster node has connected.
        Parameters:
        node - is a hostname of a cluster node generating the event.
      • nodeDisconnected

        void nodeDisconnected​(java.lang.String node)
        Method is called on cluster node disconnection event. This is a notification to the component that there was network connection lost to one of the cluster nodes.
        Parameters:
        node - is a hostname of a cluster node generating the event.