Package de.xima.fc.cluster.model.msg
Class ClusterSystemUpdatedMessage
- java.lang.Object
 - 
- de.xima.fc.cluster.model.msg.ClusterSystemUpdatedMessage
 
 
- 
- All Implemented Interfaces:
 IClusterMessage,Serializable
public class ClusterSystemUpdatedMessage extends Object implements IClusterMessage
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterSystemUpdatedMessage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablegetMessageData()NodeModelgetSourceNode()NodeModelgetTargetNode()voidsetSourceNode(NodeModel sourceNode) 
 - 
 
- 
- 
Method Detail
- 
getTargetNode
public NodeModel getTargetNode()
- Specified by:
 getTargetNodein interfaceIClusterMessage- Returns:
 - The node to which the message should be sent.
 
 
- 
setSourceNode
public void setSourceNode(NodeModel sourceNode)
- Specified by:
 setSourceNodein interfaceIClusterMessage- Parameters:
 sourceNode- The source node from which the message originates.
 
- 
getSourceNode
public NodeModel getSourceNode()
- Specified by:
 getSourceNodein interfaceIClusterMessage- Returns:
 - The source node from which the message originates.
 
 
- 
getMessageData
public Serializable getMessageData()
- Specified by:
 getMessageDatain interfaceIClusterMessage- Returns:
 - The payload with the message details.
 
 
 - 
 
 -