Class ClusterControllMessage

  • All Implemented Interfaces:
    IClusterMessage, Serializable

    public class ClusterControllMessage
    extends Object
    implements IClusterMessage
    A message is sent to control other nodes, such as when a node should change its state and start or stop performing work.
    Since:
    3.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterControllMessage

        public ClusterControllMessage​(NodeModel targetNode,
                                      EClusterControllMessage msg)
        Creates a new cluster control message targeted at the given node.
        Parameters:
        targetNode - Node to which a control message should be sent.
        msg - Command to be sent to the node.