Package de.xima.fc.cluster.model.msg
Class ClusterSystemUpdatedMessage
java.lang.Object
de.xima.fc.cluster.model.msg.ClusterSystemUpdatedMessage
- All Implemented Interfaces:
IClusterMessage
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterSystemUpdatedMessage
public ClusterSystemUpdatedMessage()
-
-
Method Details
-
getTargetNode
- Specified by:
getTargetNode
in interfaceIClusterMessage
- Returns:
- The node to which the message should be sent.
-
setSourceNode
- Specified by:
setSourceNode
in interfaceIClusterMessage
- Parameters:
sourceNode
- The source node from which the message originates.
-
getSourceNode
- Specified by:
getSourceNode
in interfaceIClusterMessage
- Returns:
- The source node from which the message originates.
-
getMessageData
- Specified by:
getMessageData
in interfaceIClusterMessage
- Returns:
- The payload with the message details.
-