Class ClusterControllMessage

java.lang.Object
de.xima.fc.cluster.model.msg.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:
  • Constructor Details

    • 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.
  • Method Details