Package de.xima.fc.cluster.model.msg
Class ClusterPluginSyncMessage
java.lang.Object
de.xima.fc.cluster.model.msg.ClusterPluginSyncMessage
- All Implemented Interfaces:
IClusterMessage
,Serializable
A message that is sent when a plugin was activated or deactivated. Informs other nodes that they should sync the
state of that plugin.
- Since:
- 3.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterPluginSyncMessage
(PluginSyncData pluginSyncData) Creates a new message that tells another node to sync a plugin. -
Method Summary
-
Constructor Details
-
ClusterPluginSyncMessage
Creates a new message that tells another node to sync a plugin.- Parameters:
pluginSyncData
- Details about the plugin to be synced.
-
-
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:
sender
- 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.
-