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:
getTargetNodein interfaceIClusterMessage- Returns:
- The node to which the message should be sent.
-
setSourceNode
- Specified by:
setSourceNodein interfaceIClusterMessage- Parameters:
sourceNode- The source node from which the message originates.
-
getSourceNode
- Specified by:
getSourceNodein interfaceIClusterMessage- Returns:
- The source node from which the message originates.
-
getMessageData
- Specified by:
getMessageDatain interfaceIClusterMessage- Returns:
- The payload with the message details.
-