Package de.xima.fc.cluster.model.msg
Interface IClusterMessage
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClusterControllMessage
,ClusterPluginSyncMessage
,ClusterSystemUpdatedMessage
Base interface for messages that can be exchanged between nodes in a cluster.
- Since:
- 3.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getTargetNode
NodeModel getTargetNode()- Returns:
- The node to which the message should be sent.
-
setSourceNode
- Parameters:
sourceNode
- The source node from which the message originates.
-
getSourceNode
NodeModel getSourceNode()- Returns:
- The source node from which the message originates.
-
getMessageData
Serializable getMessageData()- Returns:
- The payload with the message details.
-